RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SOAPHTTPTrans.TPostingDataEvent Type

TPostingDataEvent is the type of the OnPostingData event of THTTPReqResp.

Pascal
TPostingDataEvent = procedure (Sent: Integer; Total: Integer) of object;
C++
(Sent: Integer; Total: Integer) ( TPostingDataEvent)();

TPostingDataEvent is the type of the OnPostingData event handler, which is called after each chunk of data that is sent when a request is very large.  

Sent indicates the (cumulative) number of bytes that have already been sent.  

Total indicates the total number of bytes that need to be sent. 

 

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