Skip to content

libcURL.MultiHandle.RemoveTransfer

Andrew Lambert edited this page Jul 14, 2022 · 5 revisions

libcURL.MultiHandle.RemoveTransfer

Method Signature

 Function RemoveTransfer(Transfer As EasyHandle) As Boolean

Parameters

Name Type Comment
Transfer EasyHandle The EasyHandle to be removed

Return value

Returns True if the operation succeeded. Check EasyHandle.LastError for the error number if this method returns False.

Remarks

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.

See also

Clone this wiki locally