Stop listening for new incoming connections on specified
EndPoint 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
Parameters
- connectionType
- Type: NetworkCommsDotNet.Connections ConnectionType
The connection type to stop listening on.
- localEndPointToClose
- Type:
System.Net EndPoint
The localEndPoint to stop listening for connections on.
See Also