Click or drag to resize

NetworkConnectionInfoNetworkInfo Property

Retrieves an instance that represents the network associated with this connection. This value of this property is not cached.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public NetworkInfo NetworkInfo { get; }

Return Value

Type: NetworkInfo
A NetworkInfo instance.
See Also