ResponseInformation.IsResumable 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.
Gets a value that specifies whether the download is resumable.
public:
property bool IsResumable { bool get(); };
bool IsResumable();
public bool IsResumable { get; }
var boolean = responseInformation.isResumable;
Public ReadOnly Property IsResumable As Boolean
Property Value
Boolean
bool
This property returns true if a download is resumable; otherwise false is returned.