Gets or sets a value indicating whether the TLS/SSL session cache is enabled (default is true).

Namespace:  Rebex.Net
Assembly:  Rebex.Http (in Rebex.Http.dll)

Syntax

Visual Basic
Public Property SslSessionCacheEnabled As Boolean
	Get
	Set
C#
public bool SslSessionCacheEnabled { get; set; }

Field Value

True when cache is enabled; false when disabled.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also