WebSocketServer EventsWebDriver
The WebSocketServer type exposes the following members.
Events

  NameDescription
Public eventClosed
Event raised when a connection is closed.
Public eventErrorOccurred
Event raised when an error occurs.
Public eventMessageReceived
Event raised when a message is received from the WebSocket.
Public eventOpened
Event raised when a connection is opened.
Public eventStandardHttpRequestReceived
Event raised when a non-WebSocket message is received.
Back to Top
See Also