IHandler MembersWebDriver

The IHandler type exposes the following members.
Methods

  NameDescription
Public methodCreateBinaryFrame
Creates a frame for binary messages in the WebSocket protocol.
Public methodCreateCloseFrame
Creates a frame for close messages in the WebSocket protocol.
Public methodCreateHandshake
Creates a handshake message for initiating connections.
Public methodCreateTextFrame
Creates a frame for text messages in the WebSocket protocol.
Public methodProcessData
Processes data received by the connection.
Back to Top
Events

  NameDescription
Public eventBinaryMessageHandled
Event raised when a binary message is processed by the handler.
Public eventCloseHandled
Event raised when a close message is processed by the handler.
Public eventTextMessageHandled
Event raised when a text message is processed by the handler.
Back to Top
See Also