libcURL.cURLSession.TransferComplete - charonn0/RB-libcURL GitHub Wiki
libcURL.cURLSession.TransferComplete
Event Signature
Event Sub TransferComplete(BytesRead As Integer, BytesWritten As Integer)
Parameters
| Name | Type | Comment |
|---|---|---|
| BytesRead | Integer | The total number of bytes downloaded during the transfer. |
| BytesWritten | Integer | The total number of bytes uploaded during the transfer. |
Remarks
The transfer operation has completed without a client-side error (e.g. invalid upload stream.) If the transfer was configured to fail on server errors (e.g. 404 Not Found) then this event also implies that the server successfully fulfilled the request.
See also
- IsTransferComplete
- Error event