Get/set a flag indicating if the underlying stream is owned by the ZipFile instance. If the flag is true then the stream will be closed when Close is called.
public
bool IsStreamOwner {get; set;}
Remarks
The default value is true in all cases.
See Also
ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace