Soap.SOAPHTTPTrans.IHTTPReqResp.GetHTTPReqResp
Delphi
function GetHTTPReqResp: THTTPReqResp;
C++
virtual THTTPReqResp* __fastcall GetHTTPReqResp(void) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Soap.SOAPHTTPTrans.pas Soap.SOAPHTTPTrans.hpp |
Soap.SOAPHTTPTrans | IHTTPReqResp |
Description
Returns a reference to a THTTPReqResp instance.
GetHTTPReqResp returns a reference to a THTTPReqResp instance (Delphi) or a pointer to this instance (C++).