Connection StopListening Method (List ConnectionListenerBase )NetworkComms.Net Help
Stop listening for new incoming connections on specified list of ConnectionListenerBase and remove them 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(
	List<ConnectionListenerBase> listeners
)

Parameters

listeners
Type: OnlineSystem.Collections.Generic List ConnectionListenerBase 
The listeners which should stop listening
See Also