Represents the base abstract JSON-RPC message.
Namespace: VSCode.JsonRpcAssembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntaxpublic interface IMessage
The IMessage type exposes the following members.
Properties
| Name | Description |
---|
 | Jsonrpc |
The version of the JSON-RPC specification in use.
|
Top
See Also