Stop listening for new incoming connections on specified EndPoint and remove it from the local listeners dictionary.
Namespace: NetworkCommsDotNet.ConnectionsAssembly: 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 local EndPoint to stop listening for connections on.
See Also