The WebSocketServer type exposes the following members.
Back to Top
Events
Name | Description | |
---|---|---|
![]() | Closed |
Event raised when a connection is closed.
|
![]() | ErrorOccurred |
Event raised when an error occurs.
|
![]() | MessageReceived |
Event raised when a message is received from the WebSocket.
|
![]() | Opened |
Event raised when a connection is opened.
|
![]() | StandardHttpRequestReceived |
Event raised when a non-WebSocket message is received.
|
See Also