Binds the specified module to its default port on all network interfaces.

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

Syntax

Visual Basic
Public Sub Bind ( _
	module As ServerModule _
)
C#
public void Bind(
	ServerModule module
)

Parameters

module
Type: Rebex.Net.Servers.Core..::..ServerModule
Module to bind.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also