Overload List
Name | Description | |
---|---|---|
StopListening |
Stops all local listeners
| |
StopListening(ConnectionListenerBase) |
Stop listening for new incoming connections on specified ConnectionListenerBase and remove it from the local listeners dictionary.
| |
StopListening(List ConnectionListenerBase ) |
Stop listening for new incoming connections on specified list of ConnectionListenerBase and remove them from the local listeners dictionary.
| |
StopListening(ConnectionType) |
Stops all local listeners of the provided ConnectionType.
| |
StopListening(ConnectionType, EndPoint) |
Stop listening for new incoming connections on specified EndPoint and remove it from the local listeners dictionary.
|
See Also