Click or drag to resize

WebFileCacheRequestOptions Class

Defines options for a WebFileCache request.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesWebFileCacheRequestOptions

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class WebFileCacheRequestOptions

The WebFileCacheRequestOptions type exposes the following members.

Constructors
  NameDescription
Public methodWebFileCacheRequestOptions
Initializes a new instance of the WebFileCacheRequestOptions class
Top
Properties
  NameDescription
Public propertyDontForceServerCheck
Gets or sets a value indicating whether a server check should be performed or not.
Public propertyDontUseETag
Gets or sets a value indicating whether ETAG value must be used or not if it exists.
Public propertyDontUseLastModified
Gets or sets a value indicating whether to use the last-modified-since HTTP header, if the file already exists.
Top
See Also