The DownloadService object provides a set of APIs that allow app to download
any files through a URL securely including auto configure setting file,
trust cert file, custom logo file, etc.
Inheritance HierarchySystemObject
Avaya.ClientServicesDownloadService
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic class DownloadService
Methods
| Name | Description |
---|
 | DownloadFile(DownloadServiceConfiguration, Uri, String, DownloadServiceDownloadCompletionHandlerFileInfo) |
Retrieve FileInfo for downloaded data from URL.
This function allows clients to download large files.
|
 | DownloadFile(DownloadServiceConfiguration, Uri, String, DownloadOptionalParameters, DownloadServiceDownloadWithParametersCompletionHandlerFileInfo) |
Retrieve FileInfo for downloaded data from URL.
This function allows clients to download large files.
|
 | RetrieveDataFromUrl(DownloadServiceConfiguration, Uri, DownloadServiceDownloadCompletionHandlerByte) |
Retrieve arbitrary binary data from URL.
|
 | RetrieveDataFromUrl(DownloadServiceConfiguration, Uri, DownloadOptionalParameters, DownloadServiceDownloadWithParametersCompletionHandlerByte) |
Retrieve arbitrary binary data from URL.
|
 | RetrieveTextFromUrl(DownloadServiceConfiguration, Uri, DownloadServiceDownloadCompletionHandlerString) |
Retrieve text data from URL.
|
 | RetrieveTextFromUrl(DownloadServiceConfiguration, Uri, DownloadOptionalParameters, DownloadServiceDownloadWithParametersCompletionHandlerString) |
Retrieve text data from URL.
|
Top
Remarks
See Also