Xojo.Net.HTTPSocket.SendProgress
From Xojo Documentation
Event
Xojo.Net.HTTPSocket.SendProgress(bytesSent As Int64, bytesLeft As Int64)
Supported for all project types and targets.
Supported for all project types and targets.
Called periodically as data is sent/uploaded.
Parameters
Parameter | Description |
---|---|
bytesSent | The bytes that have been sent. |
bytesLeft | The bytes left to send. |