REST.Client.TCustomRESTClient.ClientCertificateStream
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.