NetworkComms AllConnectionInfo Method (Boolean)NetworkComms.Net Help
Returns a ConnectionInfo array containing information for all connections

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

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

Parameters

includeClosedConnections (Optional)
Type: OnlineSystem Boolean
If true information for closed connections will also be included

Return Value

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