public bool UseSessionResumption { get; set; }Public Property UseSessionResumption As Boolean
Get
Setpublic:
property bool UseSessionResumption {
bool get ();
void set (bool value);
}member UseSessionResumption : bool with get, setIf 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.