-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultiHandle.AddTransfer
Andrew Lambert edited this page Jan 14, 2023
·
4 revisions
libcURL.MultiHandle.AddTransfer
Sub AddTransfer(Transfer As EasyHandle)| Name | Type | Comment |
|---|---|---|
| Transfer | EasyHandle | The EasyHandle to be added |
Calls curl_multi_add_handle. Pass an EasyHandle that is ready to begin its transfer. An EasyHandle may belong to only one MultiHandle at a time.
Once all items have been added, call MultiHandle.Perform to begin the transfer(s).
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.