Discuss this help topic in SecureBlackbox Forum

TElWebSocketSubProtocols.Sort

TElWebSocketSubProtocols     See also     


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


Sorts the list of subprotocols according to their priorities.

Declaration

[C#]
    void Sort();

[VB.NET]
    Sub Sort()

[Pascal]
    procedure Sort;

[C++]
    void Sort();

[PHP]
    void Sort()

[Java]
    void sort();

Description

    Call this method to sort the list of by priorities. The subprotocols with lower priority values will appear earlier in the sorted list.

See also:     Items    

Discuss this help topic in SecureBlackbox Forum