TotalBytesToTransfer Property

DotNetZip

Ionic Zip Library v1.9.1.6 TotalBytesToTransfer Property
ReferenceIonic.ZipZipProgressEventArgsTotalBytesToTransfer
Total number of bytes that will be read or written for this entry. This number will be -1 if the value cannot be determined.
Declaration Syntax
C# Visual Basic Visual C++
public long TotalBytesToTransfer { get; set; }
Public Property TotalBytesToTransfer As Long
	Get
	Set
public:
property long long TotalBytesToTransfer {
	long long get ();
	void set (long long value);
}

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)