Discuss this help topic in SecureBlackbox Forum

TElWebSocketBase.Extensions

TElWebSocketBase     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the component's extensions.

Declaration

[C#]
    TElWebSocketExtensions Extensions;

[VB.NET]
    Property Extensions As TElWebSocketExtensions

[Pascal]
    property Extensions : TElWebSocketExtensions;

[C++]
    TElWebSocketExtensions* get_Extensions();

[PHP]
    TElWebSocketExtensions get_Extensions()

[Java]
    TElWebSocketExtensions getExtensions();

Description

    Use this property to specify the list of extensions supported by the client or server. A WebSocket client may request some extensions from the server, and the server may support some of them. However, the server must not respond with any extensions not requested by the client.

See also:     ExtensionsStr     PeerExtensionsStr    

Discuss this help topic in SecureBlackbox Forum