Encapsulates the information needed to provide
            transfer progress to subscribers of the DownloadDirectory
            event.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DownloadDirectoryProgressArgs : EventArgs
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DownloadDirectoryProgressArgs(Int32, Int32, String, Int64, Int64) | 
            Constructs a new instance of DownloadDirectoryProgressArgs.
             | 
|  | CurrentFile | 
            Gets or sets the current file being downloaded.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | NumberOfFilesDownloaded | 
            Gets or sets the number of files downloaded so far.
             | 
|  | ToString()()()() | (Overrides Object.ToString()()()().) | 
|  | TotalNumberOfBytesForCurrentFile | 
            Gets or sets the total number of bytes for the current file.
             | 
|  | TotalNumberOfFiles | 
            Gets or sets the total number of files.
             | 
|  | TransferredBytesForCurrentFile | 
            Gets or sets the transferred bytes for the current file.
             | 
