Click or drag to resize

WebFileCacheInfo Class

Represents a web file information for a file in the WebCache.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.UtilitiesWebFileCacheInfo

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public class WebFileCacheInfo

The WebFileCacheInfo type exposes the following members.

Constructors
  NameDescription
Public methodWebFileCacheInfo
Initializes a new instance of the WebFileCacheInfo class.
Top
Properties
  NameDescription
Public propertyContentType
Gets the content type.
Public propertyDataFilePath
Gets the data file path.
Public propertyError
Gets the error description if an error occurred. May be null if no error occurred.
Public propertyETag
Gets the ETAG.
Public propertyExpires
Gets the expiration DateTime.
Public propertyFileName
Gets the file name.
Public propertyHttpStatus
Gets the HTTP status that was returned when the file was queried for the last time.
Public propertyId
Gets the identifier.
Public propertyLastModified
Gets the last modified DateTime.
Public propertyMetadataFilePath
Gets the metadata file path.
Public propertyStatus
Gets the web status that was returned when the file was queried for the last time.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also