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.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: StreamExtended
    Assembly: StreamExtended.dll
    Syntax
    public class ClientHelloInfo

    Properties

    Ciphers

    Declaration
    public int[] Ciphers { get; set; }
    Property Value
    Type Description
    Int32[]

    CompressionData

    Declaration
    public byte[] CompressionData { get; set; }
    Property Value
    Type Description
    Byte[]

    Extensions

    Declaration
    public Dictionary<string, SslExtension> Extensions { get; set; }
    Property Value
    Type Description
    Dictionary<String, SslExtension>

    HandshakeVersion

    Declaration
    public int HandshakeVersion { get; set; }
    Property Value
    Type Description
    Int32

    MajorVersion

    Declaration
    public int MajorVersion { get; set; }
    Property Value
    Type Description
    Int32

    MinorVersion

    Declaration
    public int MinorVersion { get; set; }
    Property Value
    Type Description
    Int32

    Random

    Declaration
    public byte[] Random { get; set; }
    Property Value
    Type Description
    Byte[]

    SessionId

    Declaration
    public byte[] SessionId { get; set; }
    Property Value
    Type Description
    Byte[]

    Time

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

    Methods

    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()
    Back to top Generated by DocFX