Click or drag to resize

UpdatedEventArgsCurrentSpeed Property

Gets the estimated download speed.

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

Property Value

Type: Int64
The estimated speed in bytes per second.
See Also