Represents a stream through a web socket. Use the static connectTo method to get a stream to a web socket server.
connectTo
Private
Readonly
Protected
Call this in derived classes to signal a new message.
Call this in derived classes to signal that the connection closed.
Closes the underlying socket.
Same as close.
close
Optional
Writes a message to the stream.
Sets a callback for incoming messages.
Static
Represents a stream through a web socket. Use the static
connectTomethod to get a stream to a web socket server.