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

SecureFTPConnectionUseSessionResumption Property

[FTPS Only] Disables or enables SSL session resumption.

Definition

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

Property Value

Boolean

Remarks

If this flag if true and SecureFTPType is FTPSExplicit then the component will automatically use SSL session resumption when establishing new connections. Session resumption is primarily a performance enhancement - it avoids some of the stages of the SSL handshake, using previously cached session data.

The default is true.

See Also