WebSocketRequestHandler.broadcast

Broadcasts a message to all connected clients.

  1. void broadcast(string text)
    class WebSocketRequestHandler
    void
    broadcast
    (
    string text
    )
  2. void broadcast(ubyte[] data)

Parameters

text string

The text to send to all clients.