DownloadOperation.Resume Method

Definition

Resumes a paused download operation.

public:
 virtual void Resume() = Resume;
void Resume();
public void Resume();
function resume()
Public Sub Resume ()

Remarks

This method can be called on a paused download operation to resume the download. The download operation will try to resume the download if possible. Only requests where the server accepts range-requests can resume. Otherwise the download is restarted.

Applies to

See also