IWebSocketConnection MembersWebDriver

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
Properties

  NameDescription
Public propertyConnectionInfo
Gets an IWebSocketConnectionInfo object describing the connection.
Back to Top
Events

  NameDescription
Public eventBinaryMessageReceived
Event raised when a binary message is received via the connection.
Public eventClosed
Event raised when a connection is closed.
Public eventErrorReceived
Event raised when an error occurs via the connection.
Public eventMessageReceived
Event raised when a text message is received via the connection.
Public eventOpened
Event raised when a connection is opened.
Public eventSent
Event raised when data is sent via the connection.
Public eventStandardHttpRequestReceived
Event raised when a non-WebSocket message is received.
Back to Top
See Also