LanguageServerInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the input to the language server.
public class LanguageServerInput
type LanguageServerInput = class
Public Class LanguageServerInput
- Inheritance
-
LanguageServerInput
Constructors
| LanguageServerInput() |
Properties
| Id |
Id of the request. Applicable only for request messages. |
| Jsonrpc |
The jsonrpc version. |
| Method |
Method of the request or notification. |
| Params |
Parameters of the request or notification. |
| RawParams |
Raw parameters of the request or notification. |
Methods
| Parse(String) |
Parses the input json payload to LanguageServerInput. |