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; }
Public ReadOnly Property NetworkInfo As NetworkInfo
Get
public:
property NetworkInfo^ NetworkInfo {
NetworkInfo^ get ();
}
member NetworkInfo : NetworkInfo with get
Return Value
Type:
NetworkInfoA
NetworkInfo instance.
See Also