HttpAuthHandler.UseHttpAuthUsernamePassword Method

Definition

Gets whether the credentials stored for the current host (i.

[Android.Runtime.Register("useHttpAuthUsernamePassword", "()Z", "GetUseHttpAuthUsernamePasswordHandler")]
public virtual bool UseHttpAuthUsernamePassword ();
[<Android.Runtime.Register("useHttpAuthUsernamePassword", "()Z", "GetUseHttpAuthUsernamePasswordHandler")>]
abstract member UseHttpAuthUsernamePassword : unit -> bool
override this.UseHttpAuthUsernamePassword : unit -> bool

Returns

Boolean

whether the credentials are suitable for use

Attributes

Remarks

Java documentation for android.webkit.HttpAuthHandler.useHttpAuthUsernamePassword().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also

  • <xref:Android.Webkit.WebView.GetHttpAuthUsernamePassword(System.String%2c+System.String)>