edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
[FTPS Only] Disables or enables SSL session resumption.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool UseSessionResumption { get; set; }
Visual Basic
Public Property UseSessionResumption As Boolean
	Get
	Set
Visual C++
public:
property bool UseSessionResumption {
	bool get ();
	void set (bool value);
}

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