Connection StartListening Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodStatic memberStartListening T (ConnectionListenerBase, T, Boolean)
Start listening for new incoming connections on specified OnlineIPEndPoint. Inspect listener.LocalListenIPEndPoint when method returns to determine the OnlineIPEndPoint used.
Public methodStatic memberStartListening T (List ConnectionListenerBase , List T , Boolean)
Start listening for new incoming connections on specified OnlineIPEndPoints. Listener is matched with desired localIPEndPoint based on List index. Inspect listener.LocalListenIPEndPoint when method returns to determine the OnlineIPEndPoints used.
Public methodStatic memberStartListening T (ConnectionType, T, Boolean)
Start listening for incoming connections of the provided ConnectionType. If the desired localEndPoint is not available will throw a CommsSetupShutdownException.
Back to Top
See Also