RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPReqResp.OnBeforePost Event

Occurs before THTTPReqResp sends its message.

Pascal
property OnBeforePost: TBeforePostEvent;
C++
__property TBeforePostEvent OnBeforePost;

Write an OnBeforePost event handler to make final changes to the HTTP request before it is sent. The Send method generates OnBeforePost after setting up the content and headers of a request message but before sending it.  

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!