|  | DownloadTask Constructor  | 
  
    Namespace: 
   Mastersign.Bench
    Assembly:
   BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
 Syntax
Syntaxpublic DownloadTask(
	string id,
	Uri url,
	string targetFile
)
Public Sub New ( 
	id As String,
	url As Uri,
	targetFile As String
)
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
See Also