edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSLFTPClientUseSessionResumption Property

Controls/indicates whether this client is using SSL/TLS session resumption. TLS session resumption is not currently supported in TLS 1.3.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool UseSessionResumption { get; set; }

Property Value

Boolean
true if the client using session resumption true is the default.

Remarks

Session resumption is primarily a performance enhancement - it avoids some of the stages of the SSL handshake, using previously cached session data. TLS session resumption is not supported in TLS 1.3.

This property may be read any time, but may be set only prior to connection.

See Also