Click or drag to resize

WebSocketFrame Properties

Version 130.1.90

The WebSocketFrame type exposes the following members.

Properties
 NameDescription
Public propertyMask WebSocket message mask.
Public propertyOpcode WebSocket message opcode.
Public propertyPayloadData WebSocket message payload data. If the opcode is 1, this is a text message and payloadData is a UTF-8 string. If the opcode isn't 1, then payloadData is a base64 encoded string representing binary data.
Top
See Also