Click or drag to resize

NetworkInfoConnections Property

Gets the network connections for the network. This value of this property is not cached.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public IEnumerable<NetworkConnectionInfo> Connections { get; }

Property Value

Type: IEnumerableNetworkConnectionInfo
See Also