ResponseInformation.IsResumable 屬性

定義

取得值,指定是否可繼續下載。

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

屬性值

Boolean

bool

如果可繼續下載,此屬性會傳回 true;否則會傳回 false。

適用於