WebSocket.send

Sends a binary message through the websocket.

  1. void send(char[] textData)
  2. void send(ubyte[] binaryData)
    class WebSocket
    void
    send
    (
    in ubyte[] binaryData
    )

See Also

Meta