Click or drag to resize

DownloadProgressEventArgs Class

This class defines the arguments of the DownloadProgress event.
Inheritance Hierarchy

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class DownloadProgressEventArgs : DownloadEventArgs

The DownloadProgressEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDownloadProgressEventArgs
Initializes a new instance of DownloadProgressEventArgs.
Top
Properties
  NameDescription
Public propertyLoadedBytes
The number of bytes already downloaded.
Public propertyPercentage
The percentage of the progress.
Public propertyTask
The download task, the event is related to.
(Inherited from DownloadEventArgs.)
Public propertyTotalBytes
The total number of bytes this HTTP(S) resource encompasses.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also