Class WebHttpAuthHandler

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    It is a class for http authencation handler of web view.

    public class WebHttpAuthHandler : Disposable
    Inheritance
    object
    Disposable
    WebHttpAuthHandler

    Properties

    View Source

    Realm

    Gets the realm of authentication challenge received.

    Declaration
    public string Realm { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    CancelCredential()

    Sends cancellation notification for authentication challenge.

    Declaration
    public void CancelCredential()
    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)
    View Source

    Suspend()

    Suspends the operation for authentication challenge.

    Declaration
    public void Suspend()
    View Source

    UseCredential(string, string)

    Sends credential for authentication challenge.

    Declaration
    public void UseCredential(string userId, string password)
    Parameters
    Type Name Description
    string userId

    user id from user input.

    string password

    user password from user input.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX