Table of Contents

Class GetServiceIndexResponse

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

Constructors

GetServiceIndexResponse(MessageResponseCode, JObject)

public GetServiceIndexResponse(MessageResponseCode responseCode, JObject serviceIndex)

Parameters

responseCode MessageResponseCode
serviceIndex JObject

Properties

ResponseCode

public MessageResponseCode ResponseCode { get; }

Property Value

MessageResponseCode

ServiceIndex

public JObject ServiceIndex { get; }

Property Value

JObject