-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultiHandle.RemoveTransfer
Andrew Lambert edited this page Jul 14, 2022
·
5 revisions
libcURL.MultiHandle.RemoveTransfer
Function RemoveTransfer(Transfer As EasyHandle) As Boolean| Name | Type | Comment |
|---|---|---|
| Transfer | EasyHandle | The EasyHandle to be removed |
Returns True if the operation succeeded. Check EasyHandle.LastError for the error number if this method returns False.
Calls curl_multi_remove_handle. Pass an EasyHandle that no longer should be managed by the multistack. This method is called automatically before the TransferComplete event is raised.
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.