Discuss this help topic in SecureBlackbox Forum

TElWebSocketExtensions.Remove

TElWebSocketExtensions     See also     


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


Removes an extension from the list.

Declaration

[C#]
    void Remove(int Index);

[VB.NET]
    Sub Remove(ByVal Index As Integer)

[Pascal]
    procedure Remove(Index : integer);

[C++]
    void Remove(int32_t Index);

[PHP]
    void Remove(integer $Index)

[Java]
    void remove(int Index);

Parameters

  • Index - the index of the item to be removed. The indexing is zero-based.

Description

    Call this method to remove the desired extension from the list.

See also:     Add     Items    

Discuss this help topic in SecureBlackbox Forum