System.Web.HttpCacheVaryByHeaders Members

The members of System.Web.HttpCacheVaryByHeaders are listed below.

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.

Public Methods

VaryByUnspecifiedParameters()

Causes ASP.NET to vary by all header values and sets the Vary HTTP header to the value * (an asterisk). All other Vary header information to be dropped.