Click or drag to resize
IMessage Interface
Represents the base abstract JSON-RPC message.

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

The IMessage type exposes the following members.

Properties
  NameDescription
Public propertyJsonrpc
The version of the JSON-RPC specification in use.
Top
See Also