| NetworkIsNetworkAvailable Property |
Get a value that indicates whether any network connection is available.
Returns true if a network connection is available, othwise false
Namespace:
Cauldron.Net
Assembly:
Cauldron (in Cauldron.dll) Version: 3.2.0.2
Syntax public static bool IsNetworkAvailable { get; }
Public Shared ReadOnly Property IsNetworkAvailable As Boolean
Get
public:
static property bool IsNetworkAvailable {
bool get ();
}
Property Value
Type:
Boolean[Missing <value> documentation for "P:Cauldron.Net.Network.IsNetworkAvailable"]
See Also