Soap.SOAPHTTPTrans.TBeforePostEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TBeforePostEvent = procedure(const HTTPReqResp: THTTPReqResp; Client: THTTPClient) of object;

C++

typedef void __fastcall (__closure *TBeforePostEvent)(THTTPReqResp* const HTTPReqResp, System::Net::Httpclient::THTTPClient* Client);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans Soap.SOAPHTTPTrans

Beschreibung

TBeforePostEvent wird für die Behandlungsroutine des Ereignisses OnBeforePost von THTTPReqResp verwendet.

TBeforePostEvent ist der Typ der Ereignisbehandlungsroutine für OnBeforePost. Dieses Ereignis tritt auf, bevor eine HTTP-Anforderung mit SOAP-Informationen an einen Web-Service-Provider gesendet wird.

HTTPReqResp gibt die Komponente an, von der die HTTP-Anforderung erstellt und gesendet wird.

Data ist ein Handle für das Wininet-Anforderungsobjekt.