Discuss this help topic in SecureBlackbox Forum
Represents a WebSocket message.
Description
The wire format for WebSocket messaging is described in Section 5.2 of RFC 5234. A WebSocket message is framed: its initial bits contain control attributes such as message opcode or payload length; the trailing bytes contain the application and extension data (PayloadData).
.NET: