WebSocket.send

Sends a text message through the websocket.

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

See Also

Meta