Android.Webkit.HttpAuthHandler: Method Members

The methods of Android.Webkit.HttpAuthHandler are listed below. For a list of all members, see the HttpAuthHandler Members list.

See Also: Inherited members from Android.OS.Handler

Public Methods

Cancel()
Instructs the WebView to cancel the authentication request.
Proceed(string, string)
Instructs the WebView to proceed with the authentication with the given credentials.
UseHttpAuthUsernamePassword() : bool
Gets whether the credentials stored for the current host (i.e. the host for which WebViewClient.OnReceivedHttpAuthRequest(WebView, Android.Webkit.HttpAuthHandler, Android.Webkit.HttpAuthHandler, Android.Webkit.HttpAuthHandler) was called) are suitable for use.