HTTPSecureSocket.ReceiveProgress
From Xojo Documentation
Event
HTTPSecureSocket.ReceiveProgress(BytesReceived as Integer, TotalBytes as Integer, NewData as String)
Supported for all project types and targets.
Supported for all project types and targets.
The parameters provide the current number of bytes received and the total number of bytes (if available).
ReceiveProgress executes periodically during the download process.