Search Results for

    Show / Hide Table of Contents

    Class ProxyAuthenticationContext

    A context container for authentication flows

    Inheritance
    object
    ProxyAuthenticationContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Titanium.Web.Proxy.Models
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public class ProxyAuthenticationContext

    Properties

    | Edit this page View Source

    Continuation

    An optional continuation token to return to the caller if set

    Declaration
    public string? Continuation { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Result

    The result of the current authentication request

    Declaration
    public ProxyAuthenticationResult Result { get; set; }
    Property Value
    Type Description
    ProxyAuthenticationResult

    Methods

    | Edit this page View Source

    Failed()

    Declaration
    public static ProxyAuthenticationContext Failed()
    Returns
    Type Description
    ProxyAuthenticationContext
    | Edit this page View Source

    Succeeded()

    Declaration
    public static ProxyAuthenticationContext Succeeded()
    Returns
    Type Description
    ProxyAuthenticationContext
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX