HttpRequestCachePolicy Constructor
Initializes a new instance of the HttpRequestCachePolicy class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | HttpRequestCachePolicy() | Initializes a new instance of the HttpRequestCachePolicy class. |
![]() | HttpRequestCachePolicy(DateTime) | Initializes a new instance of the HttpRequestCachePolicy class using the specified cache synchronization date. |
![]() | HttpRequestCachePolicy(HttpCacheAgeControl, TimeSpan) | Initializes a new instance of the HttpRequestCachePolicy class using the specified age control and time values. |
![]() | HttpRequestCachePolicy(HttpCacheAgeControl, TimeSpan, TimeSpan) | Initializes a new instance of the HttpRequestCachePolicy class using the specified maximum age, age control value, and time value. |
![]() | HttpRequestCachePolicy(HttpCacheAgeControl, TimeSpan, TimeSpan, DateTime) | Initializes a new instance of the HttpRequestCachePolicy class using the specified maximum age, age control value, time value, and cache synchronization date. |
![]() | HttpRequestCachePolicy(HttpRequestCacheLevel) | Initializes a new instance of the HttpRequestCachePolicy class using the specified cache policy. |
