Connection ExistingLocalListenEndPoints Method (ConnectionType, EndPoint)NetworkComms.Net Help
Returns a list of OnlineEndPoint corresponding to possible local listeners of the provided ConnectionType with a local EndPoint with matching OnlineIPAddress. If no matching listeners exist returns empty list.

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

public static List<EndPoint> ExistingLocalListenEndPoints(
	ConnectionType connectionType,
	EndPoint localEndPointToMatch
)

Parameters

connectionType
Type: NetworkCommsDotNet.Connections ConnectionType
Connection type to match. Use ConnectionType.Undefined to match all.
localEndPointToMatch
Type: OnlineSystem.Net EndPoint
The OnlineIPEndPoint to match to local listeners. Use IPAddress.Any to match all addresses. Use port 0 to match all ports.

Return Value

Type: OnlineList OnlineEndPoint 

[Missing <returns> documentation for "M:NetworkCommsDotNet.Connections.Connection.ExistingLocalListenEndPoints(NetworkCommsDotNet.Connections.ConnectionType,System.Net.EndPoint)"]

See Also