Returns a list of all connections which match the provided parameters. If no parameter are provided returns all connections.
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- applicationLayerProtocol (Optional)
- Type: NetworkCommsDotNet.Connections ApplicationLayerProtocolStatus
Connections with matching ApplicationLayerProtocolStatus. Use ApplicationLayerProtocolStatus.Undefined to match all status types.
Return Value
Type: List ConnectionA list of requested connections. If no matching connections exist returns empty list.
See Also