-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLSession.TransferComplete
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
libcURL.cURLSession.TransferComplete
Event Sub TransferComplete(BytesRead As Integer, BytesWritten As Integer)
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. |
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.
- IsTransferComplete
- Error event
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.