Android.Net.ConnectivityManager.ProcessDefaultNetwork Property
Returns the Android.Net.Network currently bound to this process via ConnectivityManager.SetProcessDefaultNetwork(Network), or null if no Android.Net.Network is explicitly bound.

Syntax

[get: Android.Runtime.Register("getProcessDefaultNetwork", "()Landroid/net/Network;", "GetGetProcessDefaultNetworkHandler")]
public static Network ProcessDefaultNetwork { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the Android.Net.Network currently bound to this process via ConnectivityManager.SetProcessDefaultNetwork(Network), or null if no Android.Net.Network is explicitly bound.

[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