ZipArchive Constructor (Stream)
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
stream As Stream _
)
public ZipArchive(
Stream stream
)
public:
ZipArchive(
Stream^ stream
)
new :
stream:Stream -> ZipArchive
public function ZipArchive(
stream : Stream
)
Parameters
- stream
Type: System.IO.Stream
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.