System.Net.HttpClient.THTTPClient.DoNoClientCertificate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoNoClientCertificate(const ARequest: THTTPRequest): Boolean; virtual;

C++

virtual bool __fastcall DoNoClientCertificate(THTTPRequest* const ARequest);

Properties

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

Description

This method is executed when no Client Certificates are specified.