CoreWebView2DownloadOperation.CanResume Property

Definition

Returns true if an interrupted download can be resumed.

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.

Applies to