Discuss this help topic in SecureBlackbox Forum

TElWebSocketMessage.RSV2

TElWebSocketMessage     See also     


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


Specifies the third bit in the frame.

Declaration

[C#]
    bool RSV2;

[VB.NET]
    Property RSV2 As Boolean

[Pascal]
    property RSV2 : boolean;

[C++]
    bool get_RSV2();
    void set_RSV2(bool Value);

[PHP]
    bool get_RSV2()
    void set_RSV2(bool $Value)

[Java]
    boolean getRSV2();
    void setRSV2(boolean Value);

Description

    This property should be set to False unless other is defined by an extension.

See also:     RSV1     RSV3    

Discuss this help topic in SecureBlackbox Forum