Click or drag to resize
ResponseMessage Class
An IMessage implementation representing a JSON-RPC response.
Inheritance Hierarchy
SystemObject
  VSCode.JsonRpcResponseMessage

Namespace: VSCode.JsonRpc
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public class ResponseMessage : IMessage

The ResponseMessage type exposes the following members.

Constructors
  NameDescription
Public methodResponseMessage
Creates a new ResponseMessage instance.
Top
Properties
  NameDescription
Public propertyError
A JObject representing an error that occurred while processing the request.
Public propertyId
A unique ID assigned to the request/response session. The request creator is responsible for this value.
Public propertyJsonrpc
See Jsonrpc.
Public propertyResult
A JObject representing the result of processing the request.
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also