Click or drag to resize
RequestMessage Class
An IMessage implementation representing a JSON-RPC request.
Inheritance Hierarchy
SystemObject
  VSCode.JsonRpcRequestMessage

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

The RequestMessage type exposes the following members.

Constructors
  NameDescription
Public methodRequestMessage
Creates a new RequestMessage instance.
Top
Properties
  NameDescription
Public propertyId
A unique ID given to the request/response session. The request creator is responsible for assigning this value.
Public propertyJsonrpc
See Jsonrpc.
Public propertyMethod
The method to invoke on the receiver.
Public propertyParams
A JObject representing parameters for the method.
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also