Discuss this help topic in SecureBlackbox Forum

TElSSLClient.CanResume

TElSSLClient     See also     


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


Indicates if the component can resume the connection with old session id.

Declaration

[C#]
    bool CanResume;

[VB.NET]
    Property CanResume As Boolean

[Pascal]
    property CanResume : boolean;

[C++]
    bool get_CanResume();

[PHP]
    bool get_CanResume()

[Java]
    boolean getCanResume();

Description

    Use this read-only property to check whether the component can resume the connection with old session id. Use of this property makes sense only if the secure connection has been successfully negotiated and then gracefully closed by the component before.

See also:     Resume    

Discuss this help topic in SecureBlackbox Forum