Server.send

Sends a request or a notification message.

  1. auto send(string method, Nullable!JSONValue params)
    class Server
    static
    send
    (
    string method
    ,
    Nullable!JSONValue params
    )
  2. auto send(string method, T params)

Meta