See Also: HttpAuthHandler Members
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.