- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultiHandle.AddTransfer
Andrew Lambert edited this page Jan 20, 2022
·
4 revisions
libcURL.MultiHandle.AddTransfer
Function AddTransfer(Transfer As EasyHandle) As Boolean
Name | Type | Comment |
---|---|---|
Transfer | EasyHandle | The EasyHandle to be added |
Returns True
if the operation succeeded. Check MultiHandle.LastError for the error number if this method returns False
.
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-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.