libcURL.MultiHandle.RemoveTransfer - charonn0/RB-libcURL GitHub Wiki
libcURL.MultiHandle.RemoveTransfer
Method Signature
Sub RemoveTransfer(Transfer As EasyHandle)
Parameters
| Name | Type | Comment |
|---|---|---|
| Transfer | EasyHandle | The EasyHandle to be removed |
Remarks
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.
See also
- MultiHandle.AddTransfer
- MultiHandle.HasTransfer
- curl_multi_remove_handle in the libcurl documentation.