SOAPHTTPTrans.TPostingDataEvent
From RAD Studio VCL Reference
C++ Information
From SOAPHTTPTrans.hpp
typedef TPostingDataEvent TPostingDataEvent;
Unit: SOAPHTTPTrans
Type: typedef
Description
TPostingDataEvent is the type of the OnPostingData event of THTTPReqResp.
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.