Connection ExistingLocalListenEndPoints Method (ConnectionType)NetworkComms.Net Help
Returns a list of OnlineEndPoints corresponding to possible local listeners of the provided ConnectionType. If no 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
)

Parameters

connectionType
Type: NetworkCommsDotNet.Connections ConnectionType
The connection type to match. Use ConnectionType.Undefined to match all.

Return Value

Type: OnlineList OnlineEndPoint 

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

See Also