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; }
Public ReadOnly Property Connections As IEnumerable(Of NetworkConnectionInfo)
Get
public:
property IEnumerable<NetworkConnectionInfo^>^ Connections {
IEnumerable<NetworkConnectionInfo^>^ get ();
}
member Connections : IEnumerable<NetworkConnectionInfo> with get
Property Value
Type:
IEnumerableNetworkConnectionInfoSee Also