Soap.SOAPHTTPTrans.TPostingDataEvent

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

Delphi

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

C++

typedef void __fastcall (__closure *TPostingDataEvent)(int Sent, int Total);

プロパティ

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

説明

TPostingDataEvent は,THTTPReqResp の OnPostingData イベントの型です。

TPostingDataEvent は,リクエストが非常に大きいときにデータの小分けが送信されるたびに呼び出される OnPostingData イベントハンドラの型です。

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

Total は,送信する必要がある総バイト数を示します。