Connection ExistingLocalListenEndPoints Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodStatic memberExistingLocalListenEndPoints(ConnectionType)
Returns a list of OnlineEndPoints corresponding to possible local listeners of the provided ConnectionType. If no listeners exist returns empty list.
Public methodStatic memberExistingLocalListenEndPoints(ConnectionType, EndPoint)
Returns a list of OnlineEndPoint corresponding to possible local listeners of the provided ConnectionType with a local EndPoint with matching OnlineIPAddress. If no matching listeners exist returns empty list.
Back to Top
See Also