System.Net.HttpClient.THTTPClient.DoGetClientCertificates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoGetClientCertificates(const ARequest: THTTPRequest; const ACertificateList: TList<TCertificate>); virtual; abstract;

C++

virtual void __fastcall DoGetClientCertificates(THTTPRequest* const ARequest, System::Generics::Collections::TList__1<System::Net::Urlclient::TCertificate>* const ACertificateList) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient

Description

Method to get the platform dependant client certificates related to the ARequest from the ACertificateList.

See Also