HttpRequestCachePolicy Constructor

 

Initializes a new instance of the HttpRequestCachePolicy class.

Namespace:   System.Net.Cache
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodHttpRequestCachePolicy()

Initializes a new instance of the HttpRequestCachePolicy class.

System_CAPS_pubmethodHttpRequestCachePolicy(DateTime)

Initializes a new instance of the HttpRequestCachePolicy class using the specified cache synchronization date.

System_CAPS_pubmethodHttpRequestCachePolicy(HttpCacheAgeControl, TimeSpan)

Initializes a new instance of the HttpRequestCachePolicy class using the specified age control and time values.

System_CAPS_pubmethodHttpRequestCachePolicy(HttpCacheAgeControl, TimeSpan, TimeSpan)

Initializes a new instance of the HttpRequestCachePolicy class using the specified maximum age, age control value, and time value.

System_CAPS_pubmethodHttpRequestCachePolicy(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.

System_CAPS_pubmethodHttpRequestCachePolicy(HttpRequestCacheLevel)

Initializes a new instance of the HttpRequestCachePolicy class using the specified cache policy.

Return to top
Show: