RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SOAPHTTPTrans.TBeforePostEvent Type

TBeforePostEvent is the type of the OnBeforePost event of THTTPReqResp.

Pascal
TBeforePostEvent = procedure (const HTTPReqResp: THTTPReqResp; Data: Pointer) of object;
C++
(const HTTPReqResp: THTTPReqResp; Data: Pointer) ( TBeforePostEvent)();

TBeforePostEvent is the type of the OnBeforePost event handler, which is called before an HTTP request message containing SOAP content is sent to a Web Service provider.  

HTTPReqResp is the component that generates and sends the HTTP request message.  

Data is a handle to the wininet request object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!