Click or drag to resize

DataTransferService Class

The DataTransferService object provides a set of APIs that allow app to transfer (download, update or remove) any files through a URL securely including auto configure setting file, trust cert file, custom logo file, etc.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesDataTransferService

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

The DataTransferService type exposes the following members.

Methods
  NameDescription
Public methodDownloadFile
Retrieve FileInfo for downloaded data from URL. This function allows clients to download large files.
Public methodRemoveFile
Remove file.
Public methodRetrieveDataFromUrl
Retrieve arbitrary binary data from URL.
Public methodRetrieveTextFromUrl
Retrieve text data from URL.
Public methodUploadFile
Upload/Update file to/on destination.
Top
Remarks
The service is configured with a DataTransferServiceConfiguration object.
See Also