Click or drag to resize

UpdatedEventArgsTotalBytes Property

Gets the total size of the file.

Namespace:  DotNetBrowser.Downloads.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public long TotalBytes { get; }

Property Value

Type: Int64
The total size of the file in bytes.
See Also