dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
send
dls
protocol
jsonrpc
Sends a request or a notification message.
string
send
(string method, Nullable!JSONValue params)
string
send
(string method, T params)
string
send
(
T
)
(
string
method
,
T
params
)
if
(
!
is
(
T
:
Nullable
!
JSONValue
)
)
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.