ResponseInformation.IsResumable Property

Definition

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.

Applies to