Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the value of the Cache-Control header.
Inheritance Hierarchy
System.Object
System.Net.Http.Headers.CacheControlHeaderValue
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Class CacheControlHeaderValue
'Usage
Dim instance As CacheControlHeaderValue
public class CacheControlHeaderValue
public ref class CacheControlHeaderValue
type CacheControlHeaderValue = class end
public class CacheControlHeaderValue
The CacheControlHeaderValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CacheControlHeaderValue | Initializes a new instance of the CacheControlHeaderValue class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Extensions | Gets {insert text here}. |
![]() |
MaxAge | Gets or sets {insert text here}. |
![]() |
MaxStale | Gets or sets {insert text here}. |
![]() |
MaxStaleLimit | Gets or sets {insert text here}. |
![]() |
MinFresh | Gets or sets {insert text here}. |
![]() |
MustRevalidate | Gets or sets {insert text here}. |
![]() |
NoCache | Gets or sets {insert text here}. |
![]() |
NoCacheHeaders | Gets {insert text here}. |
![]() |
NoStore | Gets or sets {insert text here}. |
![]() |
NoTransform | Gets or sets {insert text here}. |
![]() |
OnlyIfCached | Gets or sets {insert text here}. |
![]() |
Private | Gets or sets {insert text here}. |
![]() |
PrivateHeaders | Gets {insert text here}. |
![]() |
ProxyRevalidate | Gets or sets {insert text here}. |
![]() |
Public | Gets or sets {insert text here}. |
![]() |
SharedMaxAge | Gets or sets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() ![]() |
Parse | |
![]() |
ToString | (Overrides Object.ToString().) |
![]() ![]() |
TryParse |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.