Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
<ObsoleteAttribute("The ZipArchive(Stream, bool) constructor has been deprecated and will be removed. Use ZipArchive(Stream, ArchiveStreamCloseMode) constructor instead.",  _
	True)> _
Public Sub New ( _
	zipStream As Stream, _
	leaveOpen As Boolean _
)
C#
[ObsoleteAttribute("The ZipArchive(Stream, bool) constructor has been deprecated and will be removed. Use ZipArchive(Stream, ArchiveStreamCloseMode) constructor instead.", 
	true)]
public ZipArchive(
	Stream zipStream,
	bool leaveOpen
)

Parameters

zipStream
Type: System.IO..::..Stream
leaveOpen
Type: System..::..Boolean

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also