Table of Contents

Class GetFilesInPackageResponse

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

Constructors

GetFilesInPackageResponse(MessageResponseCode, IEnumerable<string>)

public GetFilesInPackageResponse(MessageResponseCode responseCode, IEnumerable<string> files)

Parameters

responseCode MessageResponseCode
files IEnumerable<string>

Properties

Files

public IEnumerable<string> Files { get; }

Property Value

IEnumerable<string>

ResponseCode

public MessageResponseCode ResponseCode { get; }

Property Value

MessageResponseCode