BackgroundDownloadProgress.HasResponseChanged Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
true if the download request response has changed; otherwise, false.
Whenever new response information is available due to a new request being invoked, this field is set to true. The application can then choose to read the new response information and update its state, if needed.
public: bool HasResponseChanged;
bool HasResponseChanged;
public bool HasResponseChanged;
Public HasResponseChanged As Boolean
Field Value
Boolean
bool