-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.