NetworkComms ConnectionExists Method (ConnectionInfo)NetworkComms.Net Help
Check if a connection with the provided ConnectionInfo exists. Internally matches connection based on IPEndPoint, ConnectionType, NetworkIdentifier and ApplicationLayerProtocol status.

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

public static bool ConnectionExists(
	ConnectionInfo connectionInfo
)

Parameters

connectionInfo
Type: NetworkCommsDotNet ConnectionInfo
ConnectionInfo corresponding with the desired connection

Return Value

Type: OnlineBoolean
True if a matching connection exists, otherwise false
See Also