Udostępnij przez


LanguageServerInput Class

Definition

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.

Applies to