Discuss this help topic in SecureBlackbox Forum

TElSAMLSPSession.SessionIndexes

TElSAMLSPSession     


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


Specifies session indices of requests and statements within this session.

Declaration

[C#]
    TElStringList SessionIndexes;

[VB.NET]
    Property SessionIndexes As TElStringList

[Pascal]
    property SessionIndexes : TElStringList;

[C++]
    TElStringList* get_SessionIndexes();

[PHP]
    TElStringList get_SessionIndexes()

[Java]
    TElStringList getSessionIndexes();

Description

This property contains the list of statements and requests exchanged within this session.

Discuss this help topic in SecureBlackbox Forum