CoreWebView2DownloadOperation.Resume Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resumes a paused download. May also resume a download that was interrupted for another reason if CanResume returns true.
public void Resume ();
member this.Resume : unit -> unit
Public Sub Resume ()
Remarks
Resuming a download changes the state from interrupted to in progress.