mscorlib(4.0.0.0) API with additions
|
Classes | |
class | HttpRequestCachePolicy |
Defines an application's caching requirements for resources obtained by using T:System.Net.HttpWebRequest objects. More... | |
class | RequestCachePolicy |
Defines an application's caching requirements for resources obtained by using T:System.Net.WebRequest objects. More... | |
Enumerations | |
enum | CacheFreshnessStatus { Undefined, Fresh, Stale } |
enum | CacheValidationStatus { DoNotUseCache, Fail, DoNotTakeFromCache, RetryResponseFromCache, RetryResponseFromServer, ReturnCachedResponse, CombineCachedAndServerResponse, CacheResponse, UpdateResponseInformation, RemoveFromCache, DoNotUpdateCache, Continue } |
enum | HttpCacheAgeControl { HttpCacheAgeControl.None = 0, HttpCacheAgeControl.MinFresh = 1, HttpCacheAgeControl.MaxAge = 2, HttpCacheAgeControl.MaxStale = 4, HttpCacheAgeControl.MaxAgeAndMinFresh = 3, HttpCacheAgeControl.MaxAgeAndMaxStale = 6 } |
Specifies the meaning of time values that control caching behavior for resources obtained using T:System.Net.HttpWebRequest objects. More... | |
enum | HttpMethod { Other = -1, Head, Get, Post, Put, Delete, Options, Trace, Connect } |
enum | HttpRequestCacheLevel { HttpRequestCacheLevel.Default, HttpRequestCacheLevel.BypassCache, HttpRequestCacheLevel.CacheOnly, HttpRequestCacheLevel.CacheIfAvailable, HttpRequestCacheLevel.Revalidate, HttpRequestCacheLevel.Reload, HttpRequestCacheLevel.NoCacheNoStore, HttpRequestCacheLevel.CacheOrNextCacheOnly, HttpRequestCacheLevel.Refresh } |
Specifies caching behavior for resources obtained using the Hypertext Transfer protocol (HTTP). More... | |
enum | RequestCacheLevel { RequestCacheLevel.Default, RequestCacheLevel.BypassCache, RequestCacheLevel.CacheOnly, RequestCacheLevel.CacheIfAvailable, RequestCacheLevel.Revalidate, RequestCacheLevel.Reload, RequestCacheLevel.NoCacheNoStore } |
Specifies caching behavior for resources obtained using T:System.Net.WebRequest and its derived classes. More... | |
|
strong |
Specifies the meaning of time values that control caching behavior for resources obtained using T:System.Net.HttpWebRequest objects.
Definition at line 4 of file HttpCacheAgeControl.cs.
|
strong |
Specifies caching behavior for resources obtained using the Hypertext Transfer protocol (HTTP).
Definition at line 4 of file HttpRequestCacheLevel.cs.
|
strong |
Specifies caching behavior for resources obtained using T:System.Net.WebRequest and its derived classes.
Definition at line 4 of file RequestCacheLevel.cs.