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: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- networkIdentifier
- Type: NetworkCommsDotNet.Tools ShortGuid
The networkIdentifier corresponding to the desired connectionInfo information
- includeClosedConnections (Optional)
- Type: System Boolean
If true will include information for connections which are closed. Otherwise only active connections will be included.
Return Value
Type: List ConnectionInfoList of ConnectionInfo containing information for matching connections
See Also