IHandler MethodsWebDriver
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
See Also