Click or drag to resize

DownloadService Methods

Methods
  NameDescription
Public methodDownloadFile(DownloadServiceConfiguration, Uri, String, DownloadServiceDownloadCompletionHandlerFileInfo)
Retrieve FileInfo for downloaded data from URL. This function allows clients to download large files.
Public methodDownloadFile(DownloadServiceConfiguration, Uri, String, DownloadOptionalParameters, DownloadServiceDownloadWithParametersCompletionHandlerFileInfo)
Retrieve FileInfo for downloaded data from URL. This function allows clients to download large files.
Public methodRetrieveDataFromUrl(DownloadServiceConfiguration, Uri, DownloadServiceDownloadCompletionHandlerByte)
Retrieve arbitrary binary data from URL.
Public methodRetrieveDataFromUrl(DownloadServiceConfiguration, Uri, DownloadOptionalParameters, DownloadServiceDownloadWithParametersCompletionHandlerByte)
Retrieve arbitrary binary data from URL.
Public methodRetrieveTextFromUrl(DownloadServiceConfiguration, Uri, DownloadServiceDownloadCompletionHandlerString)
Retrieve text data from URL.
Public methodRetrieveTextFromUrl(DownloadServiceConfiguration, Uri, DownloadOptionalParameters, DownloadServiceDownloadWithParametersCompletionHandlerString)
Retrieve text data from URL.
Top
See Also