TTLSClientHello Record

Represents type TTLSClientHello.

Namespace: flcTLSHandshake
type
 TTLSClientHello = record
 end;

The TTLSClientHello type exposes the following members.

Show:
 NameDescription
CipherSuites

Represents field CipherSuites.

CompressionMethods

Represents field CompressionMethods.

ExtensionsPresent

Represents field ExtensionsPresent.

ProtocolVersion

Represents field ProtocolVersion.

Random

Represents field Random.

SessionID

Represents field SessionID.

Top