Indicates the a type of websocket frame.
Member Name | Description |
---|---|
BinaryData | A binary message frame. |
Close | A close frame. |
ContinuationFrame | A frame that continues on from a previous frame. |
Ping | A ping frame. |
Pong | A pong frame. |
TextData | A text message frame. |