CoreWebView2DownloadOperation.CanResume Property
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.
Returns true if an interrupted download can be resumed. Downloads with the following interrupt reasons may automatically resume without you calling any methods: @CoreWebView2DownloadInterruptReason$.ServerNoRange, @CoreWebView2DownloadInterruptReason$.FileHashMismatch, @CoreWebView2DownloadInterruptReason$.FileTooShort. In these cases progress may be restarted with @CoreWebView2DownloadOperation.BytesReceived set to 0.
public bool CanResume { get; }
member this.CanResume : bool
Public ReadOnly Property CanResume As Boolean
Property Value
Remarks
Downloads with the following interrupt reasons may automatically resume without you calling any methods: ServerNoRange, FileHashMismatch, FileTooShort. In these cases progress may be restarted with BytesReceived set to 0.