| NetworkHasInternetConnection Property |
Gets a value that indicates if internet connection is available
Namespace:
Cauldron.Net
Assembly:
Cauldron (in Cauldron.dll) Version: 3.2.0.2
Syntax public static bool HasInternetConnection { get; }
Public Shared ReadOnly Property HasInternetConnection As Boolean
Get
public:
static property bool HasInternetConnection {
bool get ();
}
Property Value
Type:
Boolean[Missing <value> documentation for "P:Cauldron.Net.Network.HasInternetConnection"]
See Also