Table of Contents

Class Message

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

Constructors

Message(string, MessageType, MessageMethod, JObject)

public Message(string requestId, MessageType type, MessageMethod method, JObject payload = null)

Parameters

requestId string
type MessageType
method MessageMethod
payload JObject

Properties

Method

public MessageMethod Method { get; }

Property Value

MessageMethod

Payload

public JObject Payload { get; }

Property Value

JObject

RequestId

public string RequestId { get; }

Property Value

string

Type

public MessageType Type { get; }

Property Value

MessageType