Android.Net.NetworkInfo.IsAvailable Property
Indicates whether network connectivity is possible.

Syntax

[get: Android.Runtime.Register("isAvailable", "()Z", "GetIsAvailableHandler")]
public virtual bool IsAvailable { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Indicates whether network connectivity is possible. A network is unavailable when a persistent or semi-persistent condition prevents the possibility of connecting to that network. Examples include

  • The device is out of the coverage area for any network of this type.
  • The device is on a network other than the home network (i.e., roaming), and data roaming has been disabled.
  • The device's radio is turned off, e.g., because airplane mode is enabled.

[Android Documentation]

Requirements

Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1