-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultiHandle.AddTransfer
Andrew Lambert edited this page Jan 15, 2023
·
4 revisions
libcURL.MultiHandle.AddTransfer
Sub AddTransfer(Transfer As EasyHandle)| Name | Type | Comment |
|---|---|---|
| Transfer | EasyHandle | The EasyHandle to be added |
Add an EasyHandle to the MultiHandle. The EasyHandle should have all of its options already set and ready to go. An EasyHandle may belong to only one MultiHandle object at a time. Passing an owned EasyHandle will raise an exception.
Once all items have been added, start calling MultiHandle.PerformOnce to begin the transfer(s).
- MultiHandle.RemoveTransfer
- MultiHandle.HasTransfer
- curl_multi_add_handle in the libcurl documentation
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.