Click or drag to resize
DataTransferResultArgs Class
Set of additional values that are passed to DataTransferWithParametersCompletionHandler.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesDataTransferResultArgs

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

The DataTransferResultArgs type exposes the following members.

Constructors
  NameDescription
Public methodDataTransferResultArgs
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