Discuss this help topic in SecureBlackbox Forum

TElHTTPCustomSessionManager.Sessions

TElHTTPCustomSessionManager     See also     


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


The list of stored sessions.

Declaration

[C#]
    TElHTTPSession Sessions[int Index];

[VB.NET]
    Property Sessions(ByVal Index As Integer) As TElHTTPSession

[Pascal]
    property Sessions[Index : integer] : TElHTTPSession;

[C++]
    TElHTTPSession* get_Sessions(int32_t Index);

[PHP]
    TElHTTPSession get_Sessions(integer $Index)

[Java]
    not available

Parameters

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

Description

This property provides access to the stored sessions.

See also:     Add     Remove     Count    

Discuss this help topic in SecureBlackbox Forum