CacheControlHeaderValue Class

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
Public method CacheControlHeaderValue Initializes a new instance of the CacheControlHeaderValue class.

Top

Properties

  Name Description
Public property Extensions Gets {insert text here}.
Public property MaxAge Gets or sets {insert text here}.
Public property MaxStale Gets or sets {insert text here}.
Public property MaxStaleLimit Gets or sets {insert text here}.
Public property MinFresh Gets or sets {insert text here}.
Public property MustRevalidate Gets or sets {insert text here}.
Public property NoCache Gets or sets {insert text here}.
Public property NoCacheHeaders Gets {insert text here}.
Public property NoStore Gets or sets {insert text here}.
Public property NoTransform Gets or sets {insert text here}.
Public property OnlyIfCached Gets or sets {insert text here}.
Public property Private Gets or sets {insert text here}.
Public property PrivateHeaders Gets {insert text here}.
Public property ProxyRevalidate Gets or sets {insert text here}.
Public property Public Gets or sets {insert text here}.
Public property SharedMaxAge Gets or sets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Parse
Public method ToString (Overrides Object.ToString().)
Public methodStatic member 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.

See Also

Reference

System.Net.Http.Headers Namespace