Click or drag to resize

DownloadResultArgs Properties

The DownloadResultArgs type exposes the following members.

Properties
  NameDescription
Public propertyActualLocationURL
New target URL if redirection happens. Contains the last URL in redirection chain.
Public propertyETag
Value of HTTP 1.1 entity tag returned by server.
Public propertyIsMovedPermanently
Were all of the redirections in the redirection chain permanent?
Public propertyIsNotModified
A boolean value indicating whether the data was not modified. It is calculated by server based on the ETag passed in the optional parameters.
Top
See Also