22 #region Constructors and Destructors
32 this.Filename = filename;
37 #region Public Properties
42 public float AverageSpeed {
get; set; }
47 public long CurrentBytes {
get; set; }
52 public string Filename {
get;
private set; }
57 public bool ShouldCancel {
get; set; }
62 public long TimeRemaining {
get; set; }
67 public long TotalBytes {
get; set; }
72 public Action<ZipFileValidationHandler> UpdateUi {
get; set; }
The zip file validation handler.
Compression
Compression method enumeration
ZipFileValidationHandler(string filename)
Initializes a new instance of the ZipFileValidationHandler class.