TCPConnection StartListening Method (Boolean)NetworkComms.Net Help
Accept new incoming TCP connections on all allowed IP's and Port's

Namespace: NetworkCommsDotNet.Connections.TCP
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

[ObsoleteAttribute("Depreciated, please use Connection.StartListening.")]
public static void StartListening(
	bool useRandomPortFailOver = false
)

Parameters

useRandomPortFailOver (Optional)
Type: OnlineSystem Boolean
If true and the default local port is not available will select one at random. If false and a port is unavailable listening will not be enabled on that adaptor
See Also