Skip to content

libcURL.MultiHandle.TransferComplete

Andrew Lambert edited this page Jan 20, 2017 · 15 revisions

#libcURL.MultiHandle.TransferComplete

##Event Signature

 Event Sub TransferComplete(easyitem As EasyHandle)

##Parameters

Name Type Comment
EasyItem EasyHandle The transfer that is complete.

##Remarks This event is raised when an EasyHandle added to a MultiHandle stack has completed its transfer (successfully or not.) The finished EasyHandle is passed as Easyitem. The Easyitem is removed from the stack 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