Skip to content

libcURL.ShareHandle.AddTransfer

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

libcURL.ShareHandle.AddTransfer

Method Signature

 Function AddTransfer(Transfer As EasyHandle) As Boolean

Parameters

Name Type Comment
Transfer EasyHandle The EasyHandle to be added

Return value

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

Remarks

Adds the Transfer to the share.

See also

Clone this wiki locally