Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.UseSSLSessionResumption

TElSimpleFTPSClient     See also     


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


Specifies if SSL session resumption should be used.

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

    If UseSSLSessionResumption is True, the SSL session resumption will be used.

See also:     UseSSL    

Discuss this help topic in SecureBlackbox Forum