send

Sends a response message.

  1. string send(string method, Nullable!JSONValue params)
  2. string send(string method, T params)
  3. void send(JSONValue id, Nullable!JSONValue result, Nullable!ResponseError error)
    void
    send
    (
    JSONValue id
    ,
    Nullable!JSONValue result
    ,
    Nullable!ResponseError error = Nullable!ResponseError()
    )

Meta