libcURL.cURLSession.Pause - charonn0/RB-libcURL GitHub Wiki

libcURL.cURLSession.Pause

Method Signature

 Sub Pause()

Remarks

Pauses the current transfer if one exists and is not paused. This method pauses both upload and download operations; to pause them separately refer to EasyHandle.Pause.

See also