Search Results for

    Show / Hide Table of Contents

    Class TransparentBaseProxyEndPoint

    Inheritance
    Object
    ProxyEndPoint
    TransparentBaseProxyEndPoint
    SocksProxyEndPoint
    TransparentProxyEndPoint
    Inherited Members
    ProxyEndPoint.IpAddress
    ProxyEndPoint.Port
    ProxyEndPoint.DecryptSsl
    ProxyEndPoint.GenericCertificate
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Titanium.Web.Proxy.Models
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public abstract class TransparentBaseProxyEndPoint : ProxyEndPoint

    Constructors

    | Improve this Doc View Source

    TransparentBaseProxyEndPoint(IPAddress, Int32, Boolean)

    Declaration
    protected TransparentBaseProxyEndPoint(IPAddress ipAddress, int port, bool decryptSsl)
    Parameters
    Type Name Description
    IPAddress ipAddress
    Int32 port
    Boolean decryptSsl

    Properties

    | Improve this Doc View Source

    GenericCertificateName

    The hostname of the generic certificate to negotiate SSL. This will be only used when Sever Name Indication (SNI) is not supported by client, or when it does not indicate any host name.

    Declaration
    public abstract string GenericCertificateName { get; set; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX