WebSocket.readTextNext

Waits for the next message and reads it as a text string.

class WebSocket
final
bool
readTextNext
(
out string text
)

Return Value

Type: bool

True if the message was received, false otherwise (Ex. connection closed.)

Meta