Property IsResumable
| Edit this page View SourceIsResumable
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
.