Show / Hide Table of Contents

    Class ServerHelloInfo

    Wraps up the server SSL hello information.

    Inheritance
    Object
    ServerHelloInfo
    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 ServerHelloInfo

    Properties

    CipherSuite

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

    CompressionMethod

    Declaration
    public byte CompressionMethod { 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