NetworkInfoIsConnectedToInternet Property |
Gets a value that indicates whether there is Internet connectivity. This value of this property is not cached.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool IsConnectedToInternet { get; }
Public ReadOnly Property IsConnectedToInternet As Boolean
Get
public:
property bool IsConnectedToInternet {
bool get ();
}
member IsConnectedToInternet : bool with get
Property Value
Type:
BooleanSee Also