Returns an
IPEndPoint corresponding to a possible local listener on the provided
IPAddress.
If not listening on provided
IPAddress returns null.
Namespace: NetworkCommsDotNet.Connections.UDP


Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- ipAddress
- Type:
System.Net IPAddress
TheIPAddress to match to a possible local listener
Return Value
Type:
If listener exists returns

See Also