Table of Contents

Class GetFilesInPackageRequest

Namespace
NuGet.Protocol.Plugins
Assembly
NuGet.Protocol.dll
public sealed class GetFilesInPackageRequest
Inheritance
GetFilesInPackageRequest
Inherited Members
Extension Methods

Constructors

GetFilesInPackageRequest(string, string, string)

public GetFilesInPackageRequest(string packageSourceRepository, string packageId, string packageVersion)

Parameters

packageSourceRepository string
packageId string
packageVersion string

Properties

PackageId

public string PackageId { get; }

Property Value

string

PackageSourceRepository

public string PackageSourceRepository { get; }

Property Value

string

PackageVersion

public string PackageVersion { get; }

Property Value

string