Overload List
| Name | Description | |
|---|---|---|
| StartListening T (ConnectionListenerBase, T, Boolean) |
Start listening for new incoming connections on specified | |
| StartListening T (List ConnectionListenerBase , List T , Boolean) |
Start listening for new incoming connections on specified | |
| 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