TCPConnection ExistingLocalListenEndPoints Method (IPAddress)NetworkComms.Net Help
Returns a list of OnlineIPEndPoint corresponding to a possible local listeners on the provided OnlineIPAddress. If not listening on provided OnlineIPAddress returns empty list.

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(
	IPAddress ipAddress
)

Parameters

ipAddress
Type: OnlineSystem.Net IPAddress
The OnlineIPAddress to match to a possible local listener

Return Value

Type: OnlineList OnlineIPEndPoint 
If listener exists returns OnlineIPAddress otherwise null
See Also