Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.UseSSLSessionResumption

TElCustomSimpleSSLClient     See also     


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


Specifies whether the component should try to resume the previously established connection.

Declaration

[C#]
    bool UseSSLSessionResumption;

[VB.NET]
    Property UseSSLSessionResumption As Boolean

[Pascal]
    property UseSSLSessionResumption : boolean;

[C++]
    bool get_UseSSLSessionResumption();
    void set_UseSSLSessionResumption(bool Value);

[PHP]
    bool get_UseSSLSessionResumption()
    void set_UseSSLSessionResumption(bool $Value)

[Java]
    boolean getUseSSLSessionResumption();
    void setUseSSLSessionResumption(boolean Value);

Description

    Set this property prior to calling Open() if you want the client to resume the previously established connection.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum