Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.State

TElHTTPSession     


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


Specifies session state.

Declaration

[C#]
    string State;

[VB.NET]
    Property State As String

[Pascal]
    property State : string;

[C++]
    void get_State(std::string &OutResult);
    void set_State(const std::string &Value);

[PHP]
    string get_State()
    void set_State(string $Value)

[Java]
    String getState();
    void setState(String Value);

Description

This property specifies this session's state.

Discuss this help topic in SecureBlackbox Forum