Click or drag to resize

DownloadProgressChangedEventArgs Properties

The DownloadProgressChangedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyActiveChunks Gets the number of chunks being downloaded currently.
Public propertyAverageBytesPerSecondSpeed Average download speed
Public propertyBytesPerSecondSpeed How many bytes downloaded per second
Public propertyProgressedByteSize How many bytes progressed per this time
Public propertyProgressId Progress unique identity
Public propertyProgressPercentage Gets the asynchronous task progress percentage.
Public propertyReceivedBytes Gets the received bytes.
Public propertyReceivedBytesSize Gets the number of received bytes.
Public propertyTotalBytesToReceive Gets the total number of bytes in a System.Net.WebClient data download operation.
Top
See Also