Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.CurrentSession

TElHTTPSServer     See also     


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


Contains info about the current OAuth session.

Declaration

[C#]
    TElHTTPSession CurrentSession;

[VB.NET]
    Property CurrentSession As TElHTTPSession

[Pascal]
    property CurrentSession : TElHTTPSession;

[C++]
    TElHTTPSession* get_CurrentSession();

[PHP]
    TElHTTPSession get_CurrentSession()

[Java]
    TElHTTPSession getCurrentSession();

Description

This property contains info about the current OAuth session.

See also:     SessionManager    

Discuss this help topic in SecureBlackbox Forum