Android.Webkit.HttpAuthHandler.Proceed Method
Instructs the WebView to proceed with the authentication with the given credentials.

Syntax

[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)

Parameters

username
Documentation for this section has not yet been entered.
password
Documentation for this section has not yet been entered.

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(string, System.String).

[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