Class HttpCacheResult
public class HttpCacheResult
- Inheritance
-
HttpCacheResult
- Inherited Members
- Extension Methods
Constructors
HttpCacheResult(TimeSpan, string, string)
public HttpCacheResult(TimeSpan maxAge, string newFile, string cacheFule)
Parameters
Properties
CacheFile
public string CacheFile { get; }
Property Value
MaxAge
public TimeSpan MaxAge { get; }
Property Value
NewFile
public string NewFile { get; }
Property Value
Stream
public Stream Stream { get; set; }