WebSocket.sendText

Sends a text string to the web socket.

class WebSocket
final
void
sendText
(
string text
)

Parameters

text string

The text to send.

Meta