WebkitHttpAuthHandler
WebkitHttpAuthHandler
Functions:
- Cancel As String
Instructs the WebView to cancel the authentication request.
Added in API level 1.
- Initialize (AndroidWebkitHttpAuthHandler As Object) As String
Initializes the object.
Pass android.webkit.HttpAuthHandler from Java inline code to initialize instance.
Added in API level 1.
- Proceed (Username As String, Password As String) As String
Instructs the WebView to proceed with the authentication with the given credentials.
Added in API level 1.
- ToObject As Object
Returns Object as android.webkit.HttpAuthHandler which can be used in Java Code.
Added in API level 1.
- UseHttpAuthUsernamePassword As Boolean
Gets whether the credentials stored for the current host.
Added in API level 1.
- IsInitialized As Boolean
Tests whether the object has been initialized.
WebkitHttpAuthRequestProperties
Fields:
- Host As String
- IsInitialized As Boolean
Tests whether the object has been initialized.
- Realm As String
Functions:
- Initialize
Initializes the fields to their default value.