Overload List
Name | Description | |
---|---|---|
StartListening T (ConnectionListenerBase, T, Boolean) |
Start listening for new incoming connections on specified IPEndPoint. Inspect listener.LocalListenIPEndPoint
when method returns to determine the IPEndPoint used.
| |
StartListening T (List ConnectionListenerBase , List T , Boolean) |
Start listening for new incoming connections on specified IPEndPoints. Listener is matched
with desired localIPEndPoint based on List index. Inspect listener.LocalListenIPEndPoint
when method returns to determine the IPEndPoints used.
| |
StartListening T (ConnectionType, T, Boolean) |
Start listening for incoming connections of the provided ConnectionType.
If the desired localEndPoint is not available will throw a CommsSetupShutdownException.
|
See Also