Soap.SOAPHTTPTrans.TPostingDataEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans Soap.SOAPHTTPTrans

Beschreibung

TPostingDataEvent wird für die Behandlungsroutine des Ereignisses OnPostingData von THTTPReqResp verwendet.

TPostingDataEvent ist der Typ der Ereignisbehandlungsroutine für OnPostingData, die bei sehr großen Anforderungen nach jedem Datenpaket aufgerufen wird.

Sent gibt die (kumulative) Anzahl von Bytes an, die bereits gesendet wurden.

Total gibt die gesamten Bytes an, die gesendet werden müssen.