-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultiHandle.TransferComplete
Andrew Lambert edited this page Nov 26, 2022
·
15 revisions
libcURL.MultiHandle.TransferComplete
Event Sub TransferComplete(Transfer As EasyHandle)| Name | Type | Comment |
|---|---|---|
| Transfer | 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 Transfer. The Transfer is removed automatically before this event is raised.
Be aware that calling any method or setting any property on Transfer will overwrite Transfer.LastError, which contains the result code for the transfer.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.