Search Results for

    Show / Hide Table of Contents

    Class ClientHelloInfo

    Wraps up the client SSL hello information.

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

    Properties

    | Edit this page View Source

    Ciphers

    Declaration
    public int[] Ciphers { get; }
    Property Value
    Type Description
    int[]
    | Edit this page View Source

    CompressionData

    Declaration
    public byte[]? CompressionData { get; }
    Property Value
    Type Description
    byte[]
    | Edit this page View Source

    Extensions

    Declaration
    public Dictionary<string, SslExtension>? Extensions { get; set; }
    Property Value
    Type Description
    Dictionary<string, SslExtension>
    | Edit this page View Source

    HandshakeVersion

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

    MajorVersion

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

    MinorVersion

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

    Random

    Declaration
    public byte[] Random { get; }
    Property Value
    Type Description
    byte[]
    | Edit this page View Source

    SessionId

    Declaration
    public byte[] SessionId { get; }
    Property Value
    Type Description
    byte[]
    | Edit this page View Source

    SslProtocol

    Declaration
    public SslProtocols SslProtocol { get; }
    Property Value
    Type Description
    SslProtocols
    | Edit this page View Source

    Time

    Declaration
    public DateTime Time { get; }
    Property Value
    Type Description
    DateTime

    Methods

    | Edit this page View Source

    ToString()

    Returns a string that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents this instance.

    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX