System.Net.HttpClient.THTTPClient.DoServerCertificateAccepted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoServerCertificateAccepted(const ARequest: THTTPRequest); virtual; abstract;

C++

virtual void __fastcall DoServerCertificateAccepted(THTTPRequest* const ARequest) = 0 ;

Properties

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

Description

Method executed when the client SSL server certificate is accepted for the specified ARequest.

See Also