Soap.SOAPHTTPTrans.IHTTPReqResp

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

IHTTPReqResp = interface

C++

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

Propriétés

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

Description

IHTTPReqResp est l'interface utilisée pour obtenir une instance de THTTPReqResp.

Implémentez l'interface IHTTPReqResp pour exposer une méthode qui permet d'obtenir une instance de THTTPReqResp. IHTTPReqResp définit seulement une méthode appelée GetHTTPReqResp que les classes doivent implémenter.

Voir aussi