Skip to content

libcURL.cURLSession.TransferComplete

Andrew Lambert edited this page Nov 26, 2022 · 2 revisions

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

Clone this wiki locally