Click or drag to resize
DownloadUpdateProgressChangedEventArgsTotalBytes Property
Gets the total number of bytes to be downloaded, or -1 if the total is unknown.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public long TotalBytes { get; }

Property Value

Type: Int64
The total number of bytes to be downloaded, or -1 if the total is unknown.
Remarks
To determine what percentage of the download has occurred, use the ProgressPercentage property. Note that if TotalBytes is -1, ProgressPercentage will always be 0.
See Also