Android.Net.ConnectivityManager.IsDefaultNetworkActive Property
Return whether the data network is currently active.

Syntax

[get: Android.Runtime.Register("isDefaultNetworkActive", "()Z", "GetIsDefaultNetworkActiveHandler")]
public virtual bool IsDefaultNetworkActive { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return whether the data network is currently active. An active network means that it is currently in a high power state for performing data transmission. On some types of networks, it may be expensive to move and stay in such a state, so it is more power efficient to batch network traffic together when the radio is already in this state. This method tells you whether right now is currently a good time to initiate network traffic, as the network is already active.

[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