Encapsulates the information needed to provide
            transfer progress to subscribers of the UploadDirectory
            event.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class UploadDirectoryProgressArgs : EventArgs
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | UploadDirectoryProgressArgs(Int32, Int32, String, Int64, Int64) | 
            Constructs a new instance of UploadDirectoryProgressArgs.
             | 
|  | CurrentFile | 
            Gets or sets the current file.
             | 
|  | 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.) | 
|  | NumberOfFilesUploaded | 
            Gets or sets the number of files uploaded.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | TotalNumberOfBytesForCurrentFile | 
            Gets or sets the total number of bytes for current file.
             | 
|  | TotalNumberOfFiles | 
            Gets or sets the total number of files.
             | 
|  | TransferredBytesForCurrentFile | 
            Gets or sets the transferred bytes for current file.
             | 
