Android.Webkit.HttpAuthHandler Members

The members of Android.Webkit.HttpAuthHandler are listed below.

See Also: Inherited members from Android.OS.Handler

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.