-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultiHandle.RemoveTransfer
Andrew Lambert edited this page Jan 16, 2023
·
5 revisions
libcURL.MultiHandle.RemoveTransfer
Sub RemoveTransfer(Transfer As EasyHandle)
Name | Type | Comment |
---|---|---|
Transfer | EasyHandle | The EasyHandle to be removed |
Removes the specified EasyHandle
from the MultiHandle
. If there no more EasyHandles
then the PerformTimer
is deactivated. This method is called automatically before the TransferComplete
event is raised.
- MultiHandle.AddTransfer
- MultiHandle.HasTransfer
- curl_multi_remove_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.