libcURL.MultiHandle.TransferComplete - charonn0/RB-libcURL GitHub Wiki

libcURL.MultiHandle.TransferComplete

Event Signature

 Event Sub TransferComplete(Transfer As EasyHandle)

Parameters

Name Type Comment
Transfer EasyHandle The transfer that has completed.

Remarks

This event is raised when an EasyHandle has completed its transfer (successfully or not.) The finished EasyHandle is passed as Transfer. The Transfer is removed automatically before this event is raised.

Be aware that calling any method or setting any property on Transfer will overwrite Transfer.LastError, which contains the result code for the transfer.

See also