Soap.SOAPHTTPTrans.TClientCertExt.Stream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Stream: TStream read FStream write FStream;

C++

__property System::Classes::TStream* Stream = {read=FStream, write=FStream};

Properties

Type Visibility Source Unit Parent
property public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans TClientCertExt

Description

Stream sets the client certificate for the SOAP request authentication.

See Also