ZipArchiveOpenOptions.StreamCloseMode Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
StreamCloseMode
Gets or sets closing mode for stream passed to the ZipArchive constructor.
Declaration
public ArchiveStreamCloseMode StreamCloseMode { get; set; }
Property Value
Type | Description |
---|---|
ArchiveStreamCloseMode |
Remarks
Not applicable if the ZipArchive was initialized by path.