Skip to content

libcURL.MultiHandle.TransferComplete

Andrew Lambert edited this page Nov 26, 2021 · 15 revisions

libcURL.MultiHandle.TransferComplete

Event Signature

 Event Sub TransferComplete(Easyitem As EasyHandle)

Parameters

Name Type Comment
EasyItem EasyHandle The transfer that has completed.

Remarks

This event is raised when an EasyHandle has completed its transfer (successfully or not.) The finished EasyHandle is passed as Easyitem. The Easyitem is removed automatically before this event is raised.

Be aware that calling any method or setting any property on Easyitem will overwrite Easyitem.LastError, which contains the result code for the transfer.

See also

Clone this wiki locally