Search Results for

    Show / Hide Table of Contents

    Interface IExternalProxy

    Namespace: Titanium.Web.Proxy.Models
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public interface IExternalProxy

    Properties

    | Edit this page View Source

    BypassLocalhost

    Bypass this proxy for connections to localhost?

    Declaration
    bool BypassLocalhost { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HostName

    Host name.

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

    NextHop

    Optional next hop for an ordered two-hop HTTP upstream chain (issue #909). When set, the proxy TCP-connects to this proxy, CONNECTs to NextHop.HostName:NextHop.Port, then CONNECTs to the origin through that tunnel. Only HTTP hops are supported; SOCKS chaining is not implemented.

    Declaration
    IExternalProxy? NextHop { get; set; }
    Property Value
    Type Description
    IExternalProxy
    | Edit this page View Source

    Password

    Password.

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

    Port

    Port.

    Declaration
    int Port { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ProxyDnsRequests

    Declaration
    bool ProxyDnsRequests { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ProxyType

    Declaration
    ExternalProxyType ProxyType { get; set; }
    Property Value
    Type Description
    ExternalProxyType
    | Edit this page View Source

    UseDefaultCredentials

    Use default windows credentials?

    Declaration
    bool UseDefaultCredentials { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    UserName

    Username.

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

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    string ToString()
    Returns
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX