Android.Net.NetworkInfo.IsConnectedOrConnecting Property
Indicates whether network connectivity exists or is in the process of being established.

Syntax

[get: Android.Runtime.Register("isConnectedOrConnecting", "()Z", "GetIsConnectedOrConnectingHandler")]
public virtual bool IsConnectedOrConnecting { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Indicates whether network connectivity exists or is in the process of being established. This is good for applications that need to do anything related to the network other than read or write data. For the latter, call NetworkInfo.IsConnected instead, which guarantees that the network is fully usable.

[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