The IHandler type exposes the following members.
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.
|
See Also