BackgroundUploadProgress.HasRestarted 字段

定义

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

无法恢复上传。 每当向服务器发送新请求以重启上传时,在新请求的第一个进度通知中,此属性将设置为 true 。 第一个进度通知后,在以后的通知中, HasRestarted 将设置为 false

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

字段值

Boolean

bool

适用于