NetworkInfoConnectivity Property |
Gets the connectivity state of the network. This value of this property is not cached.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public ConnectivityStates Connectivity { get; }
Public ReadOnly Property Connectivity As ConnectivityStates
Get
public:
property ConnectivityStates Connectivity {
ConnectivityStates get ();
}
member Connectivity : ConnectivityStates with get
Property Value
Type:
ConnectivityStatesRemarks Connectivity provides information on whether the network is connected, and the protocols in use for network traffic.
See Also