Click or drag to resize

WebFileCacheRequestOptionsDontUseLastModified Property

Gets or sets a value indicating whether to use the last-modified-since HTTP header, if the file already exists.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool DontUseLastModified { get; set; }

Property Value

Type: Boolean
true if the last modified-since HTTP header is not used; otherwise, false.
See Also