WebFileCache Class |
Namespace: 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.
| |
| GetDownloadedFileInfo |
Gets the downloaded file information.
| |
| Log |
Logs the specified value at the specified trace level.
| |
| LogInfo |
Logs the specified value at the Info trace level.
| |
| OnClientRequestSetup |
Handles the ClientRequestSetup event.
|
| Name | Description | |
|---|---|---|
| ClientRequestSetup |
Occurs when the WebClient request is set up.
|