[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

TGDtlsClientConnection

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgio2.pas line 3632

type TGDtlsClientConnection = object

  function new();

  

  function get_accepted_cas;

  

  function get_server_identity;

  

  function get_validation_flags; deprecated ;

  

  procedure set_server_identity();

  

  procedure set_validation_flags(); deprecated ;

  

  property accepted_cas: PGList; [r]

  

  property server_identity: PGSocketConnectable; [rw]

  

end;

Inheritance

TGDtlsClientConnection