| 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.
|