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

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

Syntax

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

Parameters

module
Type: Rebex.Net.Servers..::..FileServerProtocol
Module to bind.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also