System.Net.HttpClient.THTTPClient.DoClientCertificateAccepted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoClientCertificateAccepted(const ARequest: THTTPRequest; const AnIndex: Integer): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoClientCertificateAccepted(THTTPRequest* const ARequest, const int AnIndex) = 0 ;

Properties

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

Description

Method executed when the client certificate related to the ARequest specified in AnIndex is accepted.

See Also