UDPConnection ExistingLocalListenEndPoints Method (IPAddress)NetworkComms.Net Help
Returns an OnlineIPEndPoint corresponding to a possible local listener on the provided OnlineIPAddress. If not listening on provided OnlineIPAddress returns null.

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

[ObsoleteAttribute("Depreciated, please use Connection.ExistingLocalListenEndPoints.")]
public static IPEndPoint ExistingLocalListenEndPoints(
	IPAddress ipAddress
)

Parameters

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

Return Value

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