Unit 'flcTLSHandshake' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_fundamentals]

TTLSClientHello

Declaration

Source position: flcTLSHandshake.pas line 137

type TTLSClientHello = record

  ProtocolVersion: TTLSProtocolVersion;

  

  SessionID: TTLSSessionID;

  

  CipherSuites: TTLSCipherSuites;

  

  CompressionMethods: TTLSCompressionMethods;

  

  Random: TTLSRandom;

  

  ExtensionsPresent: Boolean;

  

  SignAndHashAlgos: TTLSSignatureAndHashAlgorithmArray;

  

end;



CT Web help

CodeTyphon Studio