Soap.SOAPHTTPTrans.TReceivingDataEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TReceivingDataEvent)(int Read, int Total);

Properties

Type Visibility Source Unit Parent
typedef public Soap.SOAPHTTPTrans.hpp Soap.SOAPHTTPTrans Soap.SOAPHTTPTrans

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.

See Also