Gets or sets a value indicating whether the HTTP session cache is enabled (default is true).
Namespace:
Rebex.Net
Assembly:
Rebex.Http (in Rebex.Http.dll)
Syntax
Visual Basic |
---|
Public Property HttpSessionCacheEnabled As Boolean Get Set |
C# |
---|
public bool HttpSessionCacheEnabled { get; set; } |
Field Value
True when cache is enabled; false when disabled.Remarks
HTTP session cache is used for keep-alive connections.