BackgroundDownloadProgress.HasResponseChanged 字段

定义

如果下载请求响应已更改,则为 true;否则为 false

每当由于调用新请求而提供新的响应信息时,此字段将设置为 true。 然后,应用程序可以选择读取新的响应信息并根据需要更新其状态。

public: bool HasResponseChanged;
bool HasResponseChanged;
public bool HasResponseChanged;
Public HasResponseChanged As Boolean 

字段值

Boolean

bool

适用于