UpdatedEventArgsReceivedBytes Property |
Gets the number or received (downloaded) bytes.
Namespace:
DotNetBrowser.Downloads.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public long ReceivedBytes { get; }
Property Value
Type:
Int64
The number or received (downloaded) bytes. The received bytes
are always less than total bytes.
See Also