Connection AllExistingLocalListenEndPoints Method NetworkComms.Net Help
Returns a dictionary corresponding to all current local listeners. Key is connection type, value is local EndPoint of listener.

Namespace: NetworkCommsDotNet.Connections
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static Dictionary<ConnectionType, List<EndPoint>> AllExistingLocalListenEndPoints()

Return Value

Type: OnlineDictionary ConnectionType, OnlineList OnlineEndPoint  

[Missing <returns> documentation for "M:NetworkCommsDotNet.Connections.Connection.AllExistingLocalListenEndPoints"]

See Also