Android.Webkit.HttpAuthHandler.UseHttpAuthUsernamePassword Method
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.

Syntax

[Android.Runtime.Register("useHttpAuthUsernamePassword", "()Z", "GetUseHttpAuthUsernamePasswordHandler")]
public virtual bool UseHttpAuthUsernamePassword ()

See Also

WebView.GetHttpAuthUsernamePassword(string, System.String)

Returns

Documentation for this section has not yet been entered.

Remarks

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. Credentials are not suitable if they have previously been rejected by the server for the current 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