WebSocketConnection.sendTextMessage

Sends a text message to the connected client.

class WebSocketConnection
void
sendTextMessage
(
string text
)

Parameters

text string

The text to send. Should be valid UTF-8.