BackgroundUploadProgress.HasResponseChanged Field

Definition

TRUE if the upload 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

Applies to