WebFileCache Class |
Namespace: callback.ShellBoost.Core.Utilities
public class WebFileCache
The WebFileCache type exposes the following members.
Name | Description | |
---|---|---|
WebFileCache |
Initializes a new instance of the WebFileCache class.
|
Name | Description | |
---|---|---|
DirectoryPath |
Gets the cache directory path.
| |
Logger |
Gets or sets a logger.
|
Name | Description | |
---|---|---|
ComputeId |
Computes an url identifier.
| |
Delete |
Deletes the cache entry corresponding to the specified url.
| |
DeleteAll |
Deletes all cached files.
| |
Download(String, WebFileCacheRequestOptions) |
Downloads the specified url.
| |
Download(String, WebFileCacheRequestOptions, Boolean) |
Downloads the specified url.
| |
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.) | |
GetDownloadedFileInfo |
Gets the downloaded file information.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Log |
Logs the specified value at the specified trace level.
| |
LogInfo |
Logs the specified value at the Info trace level.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnClientRequestSetup |
Handles the ClientRequestSetup event.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ClientRequestSetup |
Occurs when the WebClient request is set up.
|