Discuss this help topic in SecureBlackbox Forum

TElWebSocketOption.Priority

TElWebSocketOption     See also     


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


Specifies the option's priority in the extensions list.

Declaration

[C#]
    int Priority;

[VB.NET]
    Property Priority As Integer

[Pascal]
    property Priority : integer;

[C++]
    int32_t get_Priority();
    void set_Priority(int32_t Value);

[PHP]
    integer get_Priority()
    void set_Priority(integer $Value)

[Java]
    int getPriority();
    void setPriority(int Value);

Description

    The order of extensions in the Sec-WebSocket-Extensions header field is significant. Options with lower priority appear in the beginning of the list.

See also:     ParamStr    

Discuss this help topic in SecureBlackbox Forum