Documentation
Dlang.org
WebSocketConnection.sendBinaryMessage
handy_http_websockets
connection
WebSocketConnection
Sends a binary message to the connected client.
class
WebSocketConnection
void
sendBinaryMessage
(
ubyte
[]
bytes
)
Parameters
bytes
ubyte
[]
The binary data to send.
handy_http_websockets
connection
WebSocketConnection
constructors
this
functions
close
getMessageHandler
getRequestHandler
sendBinaryMessage
sendCloseMessage
sendTextMessage
variables
id
inputStream
outputStream
Sends a binary message to the connected client.