Soap.SOAPHTTPTrans.TPostingDataEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans Soap.SOAPHTTPTrans

Description

TPostingDataEvent est le type de l'événement OnPostingData de THTTPReqResp.

TPostingDataEvent est le type du gestionnaire d'événement OnPostingData, appelé après chaque envoi de bloc de données lorsqu'une requête est très volumineuse.

Sent indique le nombre (cumulé) d'octets déjà envoyé.

Total indique le nombre total d'octets à envoyer.