Creates a new instance of base server module class with the specified name.

Namespace:  Rebex.Net.Servers.Core
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Protected Sub New ( _
	name As String _
)
C#
protected ServerModule(
	string name
)

Parameters

name
Type: System..::..String

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also