Class ServerHelloInfo
Wraps up the server SSL hello information.
Inheritance
ServerHelloInfo
Assembly: StreamExtended.dll
Syntax
public class ServerHelloInfo
Properties
CipherSuite
Declaration
public int CipherSuite { get; set; }
Property Value
CompressionMethod
Declaration
public byte CompressionMethod { 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