Click or drag to resize

DownloadProgressEventArgs Constructor

Initializes a new instance of DownloadProgressEventArgs.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public DownloadProgressEventArgs(
	DownloadTask task,
	long loadedBytes,
	long totalBytes,
	int percentage
)

Parameters

task
Type: Mastersign.BenchDownloadTask
The affected download task.
loadedBytes
Type: SystemInt64
The number of already downloaded bytes.
totalBytes
Type: SystemInt64
The total number of bytes, this HTTP(S) resource encompasses.
percentage
Type: SystemInt32
The percentage of the progress.
See Also