Contains the values of the FIN bit in the WebSocket data frame.
The Fin enumeration contains the values of the FIN bit defined in RFC 6455 for the WebSocket protocol.
The FIN bit indicates whether a WebSocket frame is the final fragment in a message.
Member Name | Description |
---|---|
FINAL | Equivalent to numeric value 1. Indicates a final frame. |
MORE | Equivalent to numeric value 0. Indicates that more frames follow. |