Discuss this help topic in SecureBlackbox Forum

TElWebSocketMessage class

Properties     Methods     Declared in     Licensing     


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

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

HTTPBlackbox client-server OR SecureBlackbox Transports OR SecureBlackbox Standard OR SecureBlackbox Professional

Discuss this help topic in SecureBlackbox Forum