Android.Net.ConnectivityManager.ReportBadNetwork Method
Report a problem network to the framework.

Syntax

[Android.Runtime.Register("reportBadNetwork", "(Landroid/net/Network;)V", "GetReportBadNetwork_Landroid_net_Network_Handler")]
public virtual void ReportBadNetwork (Network network)

Parameters

network
The Android.Net.Network the application was attempting to use or null to indicate the current default network.

Remarks

Report a problem network to the framework. This provides a hint to the system that there might be connectivity problems on this network and may cause the framework to re-evaluate network connectivity and/or switch to another network.

[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