BackgroundDownloadProgress.HasRestarted 字段

定义

如果数据传输操作已重启,则为 true;否则为 false

当下载中断并向服务器发送新请求以恢复下载时,如果服务器不支持恢复并且必须重新开始下载, 则 HasRestarted 将设置为 true

HasRestarted 仅在重启后发送的第一个进度通知中设置为 true 。 第一个进度通知后,在以后的通知中, HasRestarted 将设置为 false

public: bool HasRestarted;
bool HasRestarted;
public bool HasRestarted;
Public HasRestarted As Boolean 

字段值

Boolean

bool

适用于