Connection StopListening Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodStatic memberStopListening 
Stops all local listeners
Public methodStatic memberStopListening(ConnectionListenerBase)
Stop listening for new incoming connections on specified ConnectionListenerBase and remove it from the local listeners dictionary.
Public methodStatic memberStopListening(List ConnectionListenerBase )
Stop listening for new incoming connections on specified list of ConnectionListenerBase and remove them from the local listeners dictionary.
Public methodStatic memberStopListening(ConnectionType)
Stops all local listeners of the provided ConnectionType.
Public methodStatic memberStopListening(ConnectionType, EndPoint)
Stop listening for new incoming connections on specified OnlineEndPoint and remove it from the local listeners dictionary.
Back to Top
See Also