Unbinds all modules bound to the specified port.

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

Syntax

Visual Basic
Public Sub Unbind ( _
	port As Integer _
)
C#
public void Unbind(
	int port
)

Parameters

port
Type: System..::..Int32
Port to unbind.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also