Skip to content

libcURL.MultiHandle.TransferComplete

Andrew Lambert edited this page Jun 12, 2015 · 15 revisions

#libcURL.MultiHandle.TransferComplete

##Event Signature

 Event Sub TransferComplete(easyitem As EasyHandle)

##Notes This event is raised when a 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 multistack 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