ProGet SDK Reference
Version:

GetPackageStream(bool takeOwnership) Method

Returns a System.IO.Stream backed by the package file.

Syntax

public System.IO.Stream GetPackageStream(bool takeOwnership)

Parameters

takeOwnership
Type: bool

Value indicating whether caller is responsible for disposing the stream.

Returns

System.IO.Stream backed by the package file.