Soap.SOAPHTTPTrans.THTTPReqResp.GetHTTPReqResp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetHTTPReqResp: THTTPReqResp;

C++

THTTPReqResp* __fastcall GetHTTPReqResp(void);

Properties

Type Visibility Source Unit Parent
function public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

Returns a reference to this component.

GetHTTPReqResp returns this THTTPReqResp instance (Delphi) or a pointer to this instance (C++).