Search Results for

    Show / Hide Table of Contents

    Class ProxyAuthCheckResult

    Proxy authentication check result.

    Inheritance
    System.Object
    ProxyAuthCheckResult
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class ProxyAuthCheckResult : object

    Constructors

    ProxyAuthCheckResult(Boolean, String[])

    Initializes a new instance of the ProxyAuthCheckResult class.

    Declaration
    public ProxyAuthCheckResult(bool needsAuthentication, string[] proxyIPAddresses)
    Parameters
    Type Name Description
    System.Boolean needsAuthentication

    Whether the proxy needs authentication.

    System.String[] proxyIPAddresses

    The proxy IP addresses.

    Properties

    NeedsAuthentication

    Gets or sets whether the proxy needs authentication.

    Declaration
    public bool NeedsAuthentication { get; set; }
    Property Value
    Type Description
    System.Boolean

    ProxyIPAddress

    Gets or sets the first proxy IP address.

    Declaration
    public string ProxyIPAddress { get; }
    Property Value
    Type Description
    System.String

    ProxyIPAddresses

    Gets or sets the proxy IP addresses.

    Declaration
    public string[] ProxyIPAddresses { get; set; }
    Property Value
    Type Description
    System.String[]
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0