Open main menu

RAD Studio API Documentation β

System.Net.HttpClient.THTTPRequest.FClientCertificate

Delphi

[Weak] FClientCertificate: TStream;

C++

System::Classes::TStream* FClientCertificate;

Properties

Type Visibility Source Unit Parent
field protected
System.Net.HTTPClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPRequest

Contents

Description

The client certificate to use with this request.

Platform Support

This property is only available on iOS.

See Also