Click or drag to resize

DataTransferServiceRetrieveDataFromUrl Method

Retrieve arbitrary binary data from URL.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public CancellableDataRetrieval RetrieveDataFromUrl(
	DataTransferServiceConfiguration serviceConfiguration,
	Uri sourceURL,
	DataTransferOptionalParameters optionalParameters,
	DataTransferServiceDataTransferWithDataCompletionHandler<byte[]> completionHandler
)

Parameters

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

Return Value

Type: CancellableDataRetrieval
CancellableDataRetrieval object for canceling the request.
Remarks
See Also