WebFileCacheRequestOptions Class |
Namespace: callback.ShellBoost.Core.Utilities
public class WebFileCacheRequestOptions
The WebFileCacheRequestOptions type exposes the following members.
Name | Description | |
---|---|---|
WebFileCacheRequestOptions | Initializes a new instance of the WebFileCacheRequestOptions class |
Name | Description | |
---|---|---|
DontForceServerCheck |
Gets or sets a value indicating whether a server check should be performed or not.
| |
DontUseETag |
Gets or sets a value indicating whether ETAG value must be used or not if it exists.
| |
DontUseLastModified |
Gets or sets a value indicating whether to use the last-modified-since HTTP header, if the file already exists.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |