Soap.SOAPHTTPTrans.THTTPReqResp.Create
Delphi
constructor Create(Owner: TComponent); override;
C++
virtual void __fastcall Execute(const System::UnicodeString DataMsg, System::Classes::TStream* Resp)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Soap.SOAPHTTPTrans.pas Soap.SOAPHTTPTrans.hpp |
Soap.SOAPHTTPTrans | THTTPReqResp |
Description
Creates a new THTTPReqResp object.
Most applications do not create instances of THTTPReqResp. It is created and used by the THTTPRio class.
The Owner parameter specifies the component that is responsible for freeing the THTTPReqResp instance.