HttpSettings.SslSessionCacheEnabled Property
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9083)
SslSessionCacheEnabled
Gets or sets a value indicating whether the TLS/SSL session cache is enabled (default is true).
Declaration
public bool SslSessionCacheEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True when cache is enabled; false when disabled. |