Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Cache.HttpRequestCachePolicy Class Reference

Public Member Functions

 HttpRequestCachePolicy ()
 
 HttpRequestCachePolicy (HttpRequestCacheLevel level)
 
 HttpRequestCachePolicy (HttpCacheAgeControl cacheAgeControl, TimeSpan ageOrFreshOrStale)
 
 HttpRequestCachePolicy (HttpCacheAgeControl cacheAgeControl, TimeSpan maxAge, TimeSpan freshOrStale)
 
 HttpRequestCachePolicy (DateTime cacheSyncDate)
 
 HttpRequestCachePolicy (HttpCacheAgeControl cacheAgeControl, TimeSpan maxAge, TimeSpan freshOrStale, DateTime cacheSyncDate)
 
override string ToString ()
 

Properties

new HttpRequestCacheLevel Level [get]
 
DateTime CacheSyncDate [get]
 
TimeSpan MaxAge [get]
 
TimeSpan MinFresh [get]
 
TimeSpan MaxStale [get]
 

Static Private Member Functions

static RequestCacheLevel MapLevel (HttpRequestCacheLevel level)
 

Private Attributes

readonly DateTime _lastSyncDateUtc = DateTime.MinValue
 
readonly TimeSpan _maxAge = TimeSpan.MaxValue
 
readonly TimeSpan _minFresh = TimeSpan.MinValue
 
readonly TimeSpan _maxStale = TimeSpan.MinValue
 

Detailed Description

Definition at line 5 of file HttpRequestCachePolicy.cs.


The documentation for this class was generated from the following file: