共用方式為


BackgroundDownloadProgress.HasResponseChanged 欄位

定義

如果下載要求回應已變更,則為true;否則為false

每當由於叫用新要求而有新的回應資訊可用時,此欄位就會設定為 true。 然後,應用程式可以選擇讀取新的回應資訊,並視需要更新其狀態。

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

欄位值

Boolean

bool

適用於