ResponseInformation.IsResumable Proprietà

Definizione

Ottiene un valore che specifica se il download è ripristinabile.

public:
 property bool IsResumable { bool get(); };
bool IsResumable();
public bool IsResumable { get; }
var boolean = responseInformation.isResumable;
Public ReadOnly Property IsResumable As Boolean

Valore della proprietà

Boolean

bool

Questa proprietà restituisce true se un download è riassumibile; in caso contrario, false viene restituito.

Si applica a