-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultiHandle.TransferComplete
Andrew Lambert edited this page Nov 26, 2021
·
15 revisions
libcURL.MultiHandle.TransferComplete
Event Sub TransferComplete(Easyitem As EasyHandle)| Name | Type | Comment |
|---|---|---|
| EasyItem | EasyHandle |
The transfer that has completed. |
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.
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.