LeaveOpen Property

DotNetZip

Ionic Zip Library v1.9.1.6 LeaveOpen Property
ReferenceIonic.CrcCrcCalculatorStreamLeaveOpen
Indicates whether the underlying stream will be left open when the CrcCalculatorStream is Closed.
Declaration Syntax
C# Visual Basic Visual C++
public bool LeaveOpen { get; set; }
Public Property LeaveOpen As Boolean
	Get
	Set
public:
property bool LeaveOpen {
	bool get ();
	void set (bool value);
}
Remarks

Set this at any point before calling Close()()()().

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