HTTPSocket.ReceiveProgress

From Xojo Documentation

Event


HTTPSocket.ReceiveProgress(BytesReceived as Integer, TotalBytes as Integer, NewData as String)

Supported for all project types and targets.

Provides the current number of bytes received and the total number of bytes (if available). It executes periodically during the download process.