Xojo.Net.HTTPSocket.ReceiveProgress

From Xojo Documentation

Event


Xojo.Net.HTTPSocket.ReceiveProgress(bytesReceived As Int64, totalBytes As Int64, newData As Xojo.Core.MemoryBlock)

Supported for all project types and targets.

Call periodically as data is received.

Parameters

Parameter Description
bytesReceived The number of bytes received out of the totalBytes, but not including what is in newData.
totalBytes The total bytes available to receive.
newData The new data that was received.