Connection ExistingLocalListeners listenerType  Method NetworkComms.Net Help
Returns a list of requested existing local listeners.

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

public static List<listenerType> ExistingLocalListeners<listenerType>(
	EndPoint endPointToMatch
)
where listenerType : ConnectionListenerBase

Parameters

endPointToMatch
Type: OnlineSystem.Net EndPoint
The OnlineEndPoint 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: OnlineList listenerType 

[Missing <returns> documentation for "M:NetworkCommsDotNet.Connections.Connection.ExistingLocalListeners``1(System.Net.EndPoint)"]

See Also