Method | Description | |
---|---|---|
UploadDirectoryProgressArgs ( int numberOfFilesUploaded, int totalNumberOfFiles, string currentFile, long transferredBytesForCurrentFile, long totalNumberOfBytesForCurrentFile ) : System |
Constructs a new instance of
|
public UploadDirectoryProgressArgs ( int numberOfFilesUploaded, int totalNumberOfFiles, string currentFile, long transferredBytesForCurrentFile, long totalNumberOfBytesForCurrentFile ) : System | ||
numberOfFilesUploaded | int | /// The number of files uploaded. /// |
totalNumberOfFiles | int | /// The total number of files to upload. /// |
currentFile | string | /// The current file /// |
transferredBytesForCurrentFile | long | /// The number of transferred bytes for current file. /// |
totalNumberOfBytesForCurrentFile | long | /// The size of the current file in bytes. /// |
return | System |