Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.ResumedSession

TElSSLConnectionInfo     


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


Specifies whether this is a resumed session.

Declaration

[C#]
    bool ResumedSession;

[VB.NET]
    Property ResumedSession As Boolean

[Pascal]
    property ResumedSession : boolean;

[C++]
    bool get_ResumedSession();

[PHP]
    bool get_ResumedSession()

[Java]
    boolean getResumedSession();

Description

This property returns true if this is a resumed session, and false otherwise.

Discuss this help topic in SecureBlackbox Forum