dlsplus ~master (2021-10-07T21:43:54.9331894)
Dub
Repo
send
dls
protocol
jsonrpc
Sends a request or a notification message.
string
send
(string method, Nullable!JSONValue params)
string
send
(
string
method
,
Nullable
!
JSONValue
params
=
Nullable
!
JSONValue
()
)
string
send
(string method, T params)
void
send
(JSONValue id, Nullable!JSONValue result, Nullable!ResponseError error)
Meta
Source
See Implementation
dls
protocol
jsonrpc
classes
CancelParams
Message
NotificationMessage
RequestMessage
ResponseError
ResponseMessage
enums
ErrorCodes
functions
send
sendError
Sends a request or a notification message.