Soap.SOAPHTTPTrans.IHTTPReqResp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IHTTPReqResp = interface

C++

__interface  INTERFACE_UUID("{5FA6A197-32DE-4225-BC85-216CB80D1561}") IHTTPReqResp  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans Soap.SOAPHTTPTrans

Description

IHTTPReqResp is the interface used to obtain a THTTPReqResp instance.

Implement the IHTTPReqResp interface to expose a method that allows obtaining a THTTPReqResp instance. IHTTPReqResp only defines a method called GetHTTPReqResp, that classes should implement.

See Also