RPCProcessor.sendRawPacket

Sends a raw JSON object to the other RPC side.

  1. void sendRawPacket(const(char)[] rawJson)
  2. void sendRawPacket(const(char)[][] parts)
    class RPCProcessor
    void
    sendRawPacket
    (
    scope const(char)[][] parts
    )

Meta