ProGet SDK Reference
Version:

InstallPackageAsync(System.IO.Stream packageStream, InstallPackageOptions options) Method

Installs the package from the specified stream to the feed.

Syntax

public abstract System.Threading.Tasks.Task InstallPackageAsync(System.IO.Stream packageStream, InstallPackageOptions options)

Parameters

packageStream
Type: System.IO.Stream

Stream backed by the package data.

options
Type: InstallPackageOptions

Options for installation.