Class ServerHelloInfo
Wraps up the server SSL hello information.
Inheritance
ServerHelloInfo
Assembly: Titanium.Web.Proxy.dll
Syntax
public class ServerHelloInfo
Constructors
|
Improve this Doc
View Source
ServerHelloInfo(Int32, Int32, Int32, Byte[], Byte[], Int32, Int32)
Declaration
public ServerHelloInfo(int handshakeVersion, int majorVersion, int minorVersion, byte[] random, byte[] sessionId, int cipherSuite, int serverHelloLength)
Parameters
Properties
|
Improve this Doc
View Source
CipherSuite
Declaration
public int CipherSuite { get; }
Property Value
|
Improve this Doc
View Source
CompressionMethod
Declaration
public byte CompressionMethod { get; set; }
Property Value
|
Improve this Doc
View Source
Extensions
Declaration
public Dictionary<string, SslExtension> Extensions { get; set; }
Property Value
|
Improve this Doc
View Source
HandshakeVersion
Declaration
public int HandshakeVersion { get; }
Property Value
|
Improve this Doc
View Source
MajorVersion
Declaration
public int MajorVersion { get; }
Property Value
|
Improve this Doc
View Source
MinorVersion
Declaration
public int MinorVersion { get; }
Property Value
|
Improve this Doc
View Source
Random
Declaration
public byte[] Random { get; }
Property Value
|
Improve this Doc
View Source
SessionId
Declaration
public byte[] SessionId { get; }
Property Value
|
Improve this Doc
View Source
Time
Declaration
public DateTime Time { get; }
Property Value
Methods
|
Improve this Doc
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