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, setSession 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.