Discuss this help topic in SecureBlackbox Forum

TElWebSocketExtensions.Sort

TElWebSocketExtensions     See also     


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


Sorts the extensions list 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 extensions by their priorities. The extensions with lower priority values will appear earlier in the sorted list.

See also:     Items    

Discuss this help topic in SecureBlackbox Forum