Accept new TCP connections on specified list of
IPEndPoint
Namespace: NetworkCommsDotNet.Connections.TCP
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- localEndPoints
- Type:
System.Collections.Generic List
IPEndPoint
The localEndPoints to listen for connections on
- useRandomPortFailOver (Optional)
- Type:
System Boolean
If true and the requested local port is not available on a given IPEndPoint will select one at random. If false and a port is unavailable will throw CommsSetupShutdownException
See Also