LumiSoft Mail Server User API
ZipFile Constructor (stream)
Namespaces > ICSharpCode.SharpZipLib.Zip > ZipFile > ZipFileNew(Stream)
Initializes a new instance of the ZipFile class.
Syntax
C#Visual BasicManaged C++
public ZipFile (
	Stream stream
)
Public Sub New ( _
	stream As Stream _
)
public:
ZipFile (
	Stream^ stream
)
Parameters
stream (Stream)

[Missing <param> documentation for "stream"]

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)