Click or drag to resize

DownloadServiceRetrieveDataFromUrl Method (DownloadServiceConfiguration, Uri, DownloadServiceDownloadCompletionHandlerByte)

Retrieve arbitrary binary data from URL.

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

Parameters

downloadServiceConfiguration
Type: Avaya.ClientServicesDownloadServiceConfiguration
Service configuration that will be used for this request.
sourceURL
Type: SystemUri
URL of the source file.
completionHandler
Type: Avaya.ClientServicesDownloadServiceDownloadCompletionHandlerByte
The completion handler for this operation.

Return Value

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