Discuss this help topic in SecureBlackbox Forum

TElWebSocketSubProtocols.Items

TElWebSocketSubProtocols     See also     


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


Provides access to individual items of the list.

Declaration

[C#]
    TElWebSocketSubProtocol Items[int Index];

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

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

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

[PHP]
    TElWebSocketSubProtocol 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 subprotocols from the list.

See also:     Count     Add     Sort    

Discuss this help topic in SecureBlackbox Forum