Click or drag to resize

DownloadResultArgs Class

Set of additional values that are passed to DownloadWithParametersCompletionHandler.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesDownloadResultArgs

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class DownloadResultArgs

The DownloadResultArgs type exposes the following members.

Constructors
  NameDescription
Public methodDownloadResultArgs
Top
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