Click or drag to resize

WebFileCache Class

A utility class that represents a set of cached HTTP or HTTPS files (HTML, images, etc.)
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.UtilitiesWebFileCache

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

The WebFileCache type exposes the following members.

Constructors
  NameDescription
Public methodWebFileCache
Initializes a new instance of the WebFileCache class.
Top
Properties
  NameDescription
Public propertyDirectoryPath
Gets the cache directory path.
Public propertyLogger
Gets or sets a logger.
Top
Methods
  NameDescription
Protected methodComputeId
Computes an url identifier.
Public methodDelete
Deletes the cache entry corresponding to the specified url.
Public methodDeleteAll
Deletes all cached files.
Public methodDownload(String, WebFileCacheRequestOptions)
Downloads the specified url.
Public methodDownload(String, WebFileCacheRequestOptions, Boolean)
Downloads the specified url.
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 methodGetDownloadedFileInfo
Gets the downloaded file information.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLog
Logs the specified value at the specified trace level.
Protected methodLogInfo
Logs the specified value at the Info trace level.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnClientRequestSetup
Handles the ClientRequestSetup event.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventClientRequestSetup
Occurs when the WebClient request is set up.
Top
See Also