Soap.SOAPHTTPTrans.THTTPReqResp.OnNeedClientCertificate
Delphi
property OnNeedClientCertificate: TNeedClientCertificateEvent read FNeedClientCertificateEvent write FNeedClientCertificateEvent;
C++
__property void (_fastcall * (_closure )(System::TObject * const,System::Net::Urlclient::TURLRequest * const,System::Net::Urlclient::TCertificateList * const,int &))(System::TObject * const,System::Net::Urlclient::TURLRequest * const,System::Net::Urlclient::TCertificateList * const,int &) OnNeedClientCertificate = {add=FNeedClientCertificateEvent, name=OnNeedClientCertificate, remove=FNeedClientCertificateEvent};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Soap.SOAPHTTPTrans.pas Soap.SOAPHTTPTrans.hpp |
Soap.SOAPHTTPTrans | THTTPReqResp |
Description
Embarcadero Technologies does not currently have any additional information.