NetworkComms AllConnectionInfo Method (ShortGuid, Boolean)NetworkComms.Net Help
Returns a ConnectionInfo array containing information for all connections which have the provided networkIdentifier. It is also possible to include information for closed connections.

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

public static List<ConnectionInfo> AllConnectionInfo(
	ShortGuid networkIdentifier,
	bool includeClosedConnections = false
)

Parameters

networkIdentifier
Type: NetworkCommsDotNet.Tools ShortGuid
The networkIdentifier corresponding to the desired connectionInfo information
includeClosedConnections (Optional)
Type: OnlineSystem Boolean
If true will include information for connections which are closed. Otherwise only active connections will be included.

Return Value

Type: OnlineList ConnectionInfo 
List of ConnectionInfo containing information for matching connections
See Also