Returns a list of
IPEndPoint corresponding to a possible local listeners on the provided
IPAddress. If not listening on provided
IPAddress returns empty list.
Namespace: NetworkCommsDotNet.Connections.TCP


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