IWebSocketConnection MethodsWebDriver
The IWebSocketConnection type exposes the following members.
Methods

  NameDescription
Public methodClose
Closes the connection.
Public methodSend( Byte )
Sends a binary message over the connection.
Public methodSend(String)
Sends a text message over the connection.
Public methodSendRaw
Sends raw text over the connection, without passing through a handler.
Back to Top
See Also