Soap.SOAPHTTPTrans.IHTTPReqResp.GetHTTPReqResp

From RAD Studio API Documentation
Jump to: navigation, search

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++).

See Also