Class WebHttpAuthHandler
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
It is a class for http authencation handler of web view.
C#Copypublic class WebHttpAuthHandler : Disposable
- Inheritance
Properties
Declaration
C#Copypublic string Realm { get; }
Property Value
Type | Description |
---|---|
String |
Methods
Declaration
C#Copypublic void CancelCredential()
Declaration
C#Copyprotected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type | Name | Description |
---|---|---|
Tizen.System.Runtime.InteropServices.HandleRef | swigCPtr |
Overrides
Declaration
C#Copypublic void Suspend()
Declaration
C#Copypublic void UseCredential(string userId, string password)
Parameters
Type | Name | Description |
---|---|---|
String | userId | user id from user input. |
String | password | user password from user input. |