Skip to content

libcURL.MultiHandle.RemoveTransfer

Andrew Lambert edited this page Jan 16, 2023 · 5 revisions

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

Clone this wiki locally