Android.Net.NetworkInfo.IsConnected Property
Indicates whether network connectivity exists and it is possible to establish connections and pass data.

Syntax

[get: Android.Runtime.Register("isConnected", "()Z", "GetIsConnectedHandler")]
public virtual bool IsConnected { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Indicates whether network connectivity exists and it is possible to establish connections and pass data.

Always call this before attempting to perform data transactions.

[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