Discuss this help topic in SecureBlackbox Forum

TElWebSocketMessage class

Properties     Methods     Declared in     


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).

Properties

Methods

Declared in

.NET:
  • Namespace: SBWebSocketCommon
  • Assembly: SecureBlackbox.HTTPCommon
VCL:
  • Unit: SBWebSocketCommon
Java:
  • Package: SecureBlackbox.HTTPCommon.jar
C++:
  • sbwebsocketcommon.h

Discuss this help topic in SecureBlackbox Forum