REST.Client.TCustomRESTClient.ClientCertificateStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClientCertificateStream: TStream read GetClientCertificateStream write SetClientCertificateStream;

C++

__property System::Classes::TStream* ClientCertificateStream = {read=GetClientCertificateStream, write=SetClientCertificateStream};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient

Description

Client certificate stream for the request (iOS, Linux, Windows).

Note: The application is the owner of this stream instance.

See Also