Click or drag to resize
DownloadServiceRetrieveDataFromUrl Method (DownloadServiceConfiguration, Uri, DownloadOptionalParameters, DownloadServiceDownloadWithParametersCompletionHandlerByte)
Retrieve arbitrary binary data from URL.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public DownloadWatcher RetrieveDataFromUrl(
	DownloadServiceConfiguration downloadServiceConfiguration,
	Uri sourceURL,
	DownloadOptionalParameters optionalParameters,
	DownloadServiceDownloadWithParametersCompletionHandler<byte[]> completionHandler
)

Parameters

downloadServiceConfiguration
Type: Avaya.ClientServicesDownloadServiceConfiguration
Service configuration that will be used for this request.
sourceURL
Type: SystemUri
URL of the source file.
optionalParameters
Type: Avaya.ClientServicesDownloadOptionalParameters
Optional parameters to control download process.
completionHandler
Type: Avaya.ClientServicesDownloadServiceDownloadWithParametersCompletionHandlerByte
The completion handler for this operation.

Return Value

Type: DownloadWatcher
DownloadWatcher object for monitoring download requests.
Remarks
See Also