Show / Hide Table of Contents

    Class ExternalProxy

    An upstream proxy this proxy uses if any.

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

    Properties

    | Improve this Doc View Source

    BypassLocalhost

    Bypass this proxy for connections to localhost?

    Declaration
    public bool BypassLocalhost { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    HostName

    Host name.

    Declaration
    public string HostName { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Password

    Password.

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Port

    Port.

    Declaration
    public int Port { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    UseDefaultCredentials

    Use default windows credentials?

    Declaration
    public bool UseDefaultCredentials { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    UserName

    Username.

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    ToString()

    returns data in Hostname:port format.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX