WebSocketOpCodes Class |
Namespace: Crosser.Common.Server.Protocol
public static class WebSocketOpCodes
The WebSocketOpCodes type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BINARY |
Binary frame
|
![]() ![]() | CLOSE |
Close frame
|
![]() ![]() | CLOSEFRAME |
Close frame (1000) for normal close operation
|
![]() ![]() | CLOSEFRAME_NOSUPPORT |
Close frame (1003) for unsupported operation
|
![]() ![]() | CONTINUATION |
Continuaton frame
|
![]() ![]() | FINAL |
The frame is final
|
![]() ![]() | PING |
Ping frame
|
![]() ![]() | PINGFRAME |
A ping frame
|
![]() ![]() | PONG |
Pong frame
|
![]() ![]() | PONGFRAME |
A pong frame
|
![]() ![]() | TEXT |
Text frame
|