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

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