System.Web.HttpCacheVaryByHeaders: Property Members

The properties of System.Web.HttpCacheVaryByHeaders are listed below. For a list of all members, see the HttpCacheVaryByHeaders Members list.

See Also: Inherited members from System.Object

Public Properties

AcceptTypesbool.

Gets or sets a value indicating whether the ASP.NET output cache varies the cached responses by the Accept HTTP header, and appends it to the out-going Vary HTTP header.

default property
Item(string)bool. Documentation for this section has not yet been entered.
UserAgentbool.

Gets or sets a value indicating whether the ASP.NET output cache varies the cached responses by the User-Agent header, and appends it to the out-going Vary HTTP header.

UserCharSetbool.

Gets or sets a value indicating whether the ASP.NET output cache varies the cached responses by the Accept-Charset header, and appends it to the out-going Vary HTTP header.

UserLanguagebool.

Gets or sets a value indicating whether the ASP.NET output cache varies the cached responses by the Accept-Language header, and appends it to the out-going Vary HTTP header.