Discuss this help topic in SecureBlackbox Forum

TElWebSocketExtensions.Items

TElWebSocketExtensions     See also     


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


Provides access to individual extensions.

Declaration

[C#]
    TElWebSocketExtension Items[int Index];

[VB.NET]
    Property Items(ByVal Index As Integer) As TElWebSocketExtension

[Pascal]
    property Items[Index : integer] : TElWebSocketExtension;

[C++]
    TElWebSocketExtension* get_Items(int32_t Index);

[PHP]
    TElWebSocketExtension get_Items(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

    Use this property to access inidividual extensions from the list.

See also:     Count     Add     Sort    

Discuss this help topic in SecureBlackbox Forum