Soap.SOAPHTTPTrans.TReceivingDataEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TReceivingDataEvent = procedure(Read: Integer; Total: Integer) of object;

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans Soap.SOAPHTTPTrans

説明

TReceivingDataEvent は,THTTPReqResp の OnReceivingData イベントの型です。

TReceivingDataEvent は,大きい応答が小さく小分けされたときにデータの小分けが送信されるたびに呼び出される OnReceivingData イベントハンドラの型です。

Read は,これまでに受信された(累積)バイト数を示します。

Total は,予定されている総バイト数を示します。