Click or drag to resize

FileDownloadManagerHttpClientWithProgressDownloadFileTaskAsync Method

https://www.emgu.com
Download file asynchronously

Namespace:  Emgu.Models
Assembly:  Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntax
public Task DownloadFileTaskAsync(
	string downloadUrl,
	string destinationFilePath
)

Parameters

downloadUrl
Type: SystemString
The download url
destinationFilePath
Type: SystemString
The destination file path

Return Value

Type: Task
The task
See Also