Click or drag to resize

DownloadTask Constructor

Initializes a new instance of DownloadTask.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public DownloadTask(
	string id,
	Uri url,
	string targetFile
)

Parameters

id
Type: SystemString
The unique ID of this download task.
url
Type: SystemUri
The URL describing the HTTP(S) rsource.
targetFile
Type: SystemString
A path to the target file.
See Also