Discuss this help topic in SecureBlackbox Forum
Specifies the option's priority in the extensions list.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum