Soap.SOAPHTTPTrans.THTTPReqResp.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Owner: TComponent); override;

C++

__fastcall virtual THTTPReqResp(System::Classes::TComponent* Owner);

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.

See Also