Connection StopListening Method (ConnectionType, EndPoint)NetworkComms.Net Help
Stop listening for new incoming connections on specified OnlineEndPoint and remove it from the local listeners dictionary.

Namespace: NetworkCommsDotNet.Connections
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static void StopListening(
	ConnectionType connectionType,
	EndPoint localEndPointToClose
)

Parameters

connectionType
Type: NetworkCommsDotNet.Connections ConnectionType
The connection type to stop listening on.
localEndPointToClose
Type: OnlineSystem.Net EndPoint
The local OnlineEndPoint to stop listening for connections on.
See Also