Skip to content
SiteEmail

cohtml::websocket

Name
enumOpCode { Text = 1, Binary = 2}
WebSocket opcode restricted to supported values. Details: https://datatracker.ietf.org/doc/html/rfc6455.
EnumeratorValueDescription
Text1Denotes a text message.
Binary2Denotes a binary message.

WebSocket opcode restricted to supported values. Details: https://datatracker.ietf.org/doc/html/rfc6455.