Class ClientHelloInfo
Wraps up the client SSL hello information.
Inheritance
ClientHelloInfo
Assembly: StreamExtended.dll
Syntax
public class ClientHelloInfo
Properties
Ciphers
Declaration
public int[] Ciphers { get; set; }
Property Value
CompressionData
Declaration
public byte[] CompressionData { get; set; }
Property Value
Extensions
Declaration
public Dictionary<string, SslExtension> Extensions { get; set; }
Property Value
HandshakeVersion
Declaration
public int HandshakeVersion { get; set; }
Property Value
MajorVersion
Declaration
public int MajorVersion { get; set; }
Property Value
MinorVersion
Declaration
public int MinorVersion { get; set; }
Property Value
Random
Declaration
public byte[] Random { get; set; }
Property Value
SessionId
Declaration
public byte[] SessionId { get; set; }
Property Value
Time
Declaration
public DateTime Time { get; }
Property Value
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