Skip to content

libcURL.ShareHandle.RemoveTransfer

Andrew Lambert edited this page Jan 20, 2022 · 3 revisions

libcURL.ShareHandle.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 ShareHandle.LastError for the error number if this method returns False.

Remarks

Removes the easy handle from the share.

See also

Clone this wiki locally