Table of Contents

Class GetPackageHashResponse

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

Constructors

GetPackageHashResponse(MessageResponseCode, string)

public GetPackageHashResponse(MessageResponseCode responseCode, string hash)

Parameters

responseCode MessageResponseCode
hash string

Properties

Hash

public string Hash { get; }

Property Value

string

ResponseCode

public MessageResponseCode ResponseCode { get; }

Property Value

MessageResponseCode