SOAPHTTPTrans.TReceivingDataEvent
From RAD Studio VCL Reference
C++ Information
From SOAPHTTPTrans.hpp
typedef TReceivingDataEvent TReceivingDataEvent;
Unit: SOAPHTTPTrans
Type: typedef
Description
TReceivingDataEvent is the type of the OnReceivingData event of THTTPReqResp.
TReceivingDataEvent is the type of the OnReceivingData event handler, which is called after each chunk of data that is received when a large response has been broken into smaller chunks.
Read indicates the (cumulative) number of bytes that have been received.
Total indicates the total number of bytes that are expected.