Android.Webkit.WebViewClient.OnTooManyRedirects Method
Notify the host application that there have been an excessive number of HTTP redirects.

Syntax

[Android.Runtime.Register("onTooManyRedirects", "(Landroid/webkit/WebView;Landroid/os/Message;Landroid/os/Message;)V", "GetOnTooManyRedirects_Landroid_webkit_WebView_Landroid_os_Message_Landroid_os_Message_Handler")]
[System.Obsolete("deprecated")]
public virtual void OnTooManyRedirects (WebView view, Android.OS.Message cancelMsg, Android.OS.Message continueMsg)

Parameters

view
The WebView that is initiating the callback.
cancelMsg
The message to send if the host wants to cancel
continueMsg
The message to send if the host wants to continue

Remarks

Notify the host application that there have been an excessive number of HTTP redirects. As the host application if it would like to continue trying to load the resource. The default behavior is to send the cancel message.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1