WebFileCacheClient Properties |
The WebFileCacheClient type exposes the following members.
Name | Description | |
---|---|---|
BaseAddress | Gets or sets the base URI for requests made by a WebClient. (Inherited from WebClient.) | |
CachePolicy | Gets or sets the application's cache policy for any resources obtained by this WebClient instance using WebRequest objects. (Inherited from WebClient.) | |
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
Cookies |
Gets the cookies container instance.
| |
Credentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. (Inherited from WebClient.) | |
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
Encoding | Gets and sets the Encoding used to upload and download strings. (Inherited from WebClient.) | |
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
Headers | Gets or sets a collection of header name/value pairs associated with the request. (Inherited from WebClient.) | |
IfModifiedSince |
Gets or sets the value of the if-modified-since request header.
| |
IsBusy | Gets whether a Web request is in progress. (Inherited from WebClient.) | |
Proxy | Gets or sets the proxy used by this WebClient object. (Inherited from WebClient.) | |
QueryString | Gets or sets a collection of query name/value pairs associated with the request. (Inherited from WebClient.) | |
RequestTimeout |
Gets or sets the request timeout.
| |
ResponseHeaders | Gets a collection of header name/value pairs associated with the response. (Inherited from WebClient.) | |
ResponseUri |
Gets the response URI.
| |
Site | (Inherited from Component.) | |
UseDefaultCredentials | Gets or sets a Boolean value that controls whether the DefaultCredentials are sent with requests. (Inherited from WebClient.) |