The IHandler type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | CreateBinaryFrame |
Creates a frame for binary messages in the WebSocket protocol.
|
![]() | CreateCloseFrame |
Creates a frame for close messages in the WebSocket protocol.
|
![]() | CreateHandshake |
Creates a handshake message for initiating connections.
|
![]() | CreateTextFrame |
Creates a frame for text messages in the WebSocket protocol.
|
![]() | ProcessData |
Processes data received by the connection.
|
Events
Name | Description | |
---|---|---|
![]() | BinaryMessageHandled |
Event raised when a binary message is processed by the handler.
|
![]() | CloseHandled |
Event raised when a close message is processed by the handler.
|
![]() | TextMessageHandled |
Event raised when a text message is processed by the handler.
|
See Also