Android.Webkit.HttpAuthHandler Class
Represents a request for HTTP authentication.

See Also: HttpAuthHandler Members

Syntax

[Android.Runtime.Register("android/webkit/HttpAuthHandler", DoNotGenerateAcw=true)]
public class HttpAuthHandler : Android.OS.Handler

Remarks

Represents a request for HTTP authentication. Instances of this class are created by the WebView and passed to WebViewClient.OnReceivedHttpAuthRequest(WebView, Android.Webkit.HttpAuthHandler, Android.Webkit.HttpAuthHandler, Android.Webkit.HttpAuthHandler). The host application must call either HttpAuthHandler.Proceed(string, System.String) or HttpAuthHandler.Cancel to set the WebView's response to the request.

[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