Connection StopListening Method (ConnectionListenerBase)NetworkComms.Net Help
Stop listening for new incoming connections on specified ConnectionListenerBase 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(
	ConnectionListenerBase listener
)
See Also