Show / Hide Table of Contents

Property IsResumable

| Edit this page View Source

IsResumable

Gets a value indicating whether the download can be resumed from the last position, or will start over on resume.

Declaration
public bool IsResumable { get; }
Property Value
Type Description
bool
Remarks

This is determined by the server response. If the server supports byte ranges and provides an ETag or Date header, this will be true.

See Also
ResumeAsync(CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX