Unbinds all modules bound to the specified endpoint.

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

Syntax

Visual Basic
Public Sub Unbind ( _
	endPoint As IPEndPoint _
)
C#
public void Unbind(
	IPEndPoint endPoint
)

Parameters

endPoint
Type: System.Net..::..IPEndPoint
Endpoint to unbind.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also