OutputCacheAttribute.VaryByHeaders Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets or sets the headers on which a cached response is based.

Namespace:  System.ServiceModel.DomainServices.Server
Assembly:  System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)

Syntax

'Declaration
Public Property VaryByHeaders As String
    Get
    Set
'Usage
Dim instance As OutputCacheAttribute
Dim value As String

value = instance.VaryByHeaders

instance.VaryByHeaders = value
public string VaryByHeaders { get; set; }
public:
property String^ VaryByHeaders {
    String^ get ();
    void set (String^ value);
}
member VaryByHeaders : string with get, set
function get VaryByHeaders () : String
function set VaryByHeaders (value : String)

Property Value

Type: System.String
The headers on which a cached response is based.

Remarks

Use this to vary the output caching with the HTTP headers.

See Also

Reference

OutputCacheAttribute Class

System.ServiceModel.DomainServices.Server Namespace