HttpAuthHandler.Proceed(String, String) Method

Definition

Instructs the WebView to proceed with the authentication with the given credentials.

[Android.Runtime.Register("proceed", "(Ljava/lang/String;Ljava/lang/String;)V", "GetProceed_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual void Proceed (string? username, string? password);
[<Android.Runtime.Register("proceed", "(Ljava/lang/String;Ljava/lang/String;)V", "GetProceed_Ljava_lang_String_Ljava_lang_String_Handler")>]
abstract member Proceed : string * string -> unit
override this.Proceed : string * string -> unit

Parameters

username
String
password
String
Attributes

Remarks

Instructs the WebView to proceed with the authentication with the given credentials. Credentials for use with this method can be retrieved from the WebView's store using WebView#getHttpAuthUsernamePassword.

<p class="note"><b>Note:</b> The host application must call this method on the host application's UI Thread.

Java documentation for android.webkit.HttpAuthHandler.proceed(java.lang.String, java.lang.String).

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