| DownloadProgressEventArgs Constructor |
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
)
Public Sub New (
task As DownloadTask,
loadedBytes As Long,
totalBytes As Long,
percentage As Integer
)
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