Returns a list of requested existing local listeners.
Namespace: NetworkCommsDotNet.ConnectionsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- endPointToMatch
- Type:
System.Net EndPoint
TheEndPoint to match to local listeners. Use IPAddress.Any to match all addresses. Use port 0 to match all ports.
Type Parameters
- listenerType
- Type of listener to return.
Return Value
Type:
[Missing <returns> documentation for "M:NetworkCommsDotNet.Connections.Connection.ExistingLocalListeners``1(System.Net.EndPoint)"]
See Also