TTLSServerHello Record

Represents type TTLSServerHello.

Namespace: flcTLSHandshake
type
 TTLSServerHello = record
 end;

The TTLSServerHello type exposes the following members.

Show:
 NameDescription
CipherSuite

Represents field CipherSuite.

CompressionMethod

Represents field CompressionMethod.

ProtocolVersion

Represents field ProtocolVersion.

Random

Represents field Random.

SessionID

Represents field SessionID.

Top