TCPConnection ExistingLocalListenEndPoints Method NetworkComms.Net Help
Returns a list of OnlineIPEndPoint corresponding to all current TCP local listeners

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

[ObsoleteAttribute("Depreciated, please use Connection.ExistingLocalListenEndPoints.")]
public static List<IPEndPoint> ExistingLocalListenEndPoints()

Return Value

Type: OnlineList OnlineIPEndPoint 
List of OnlineIPEndPoint corresponding to all current TCP local listeners
See Also