HttpCacheVaryByHeaders.GetHeaders Method

Definition

Gets an array of values which specify the HTTP headers to be used for varying the cache.

public:
 cli::array <System::String ^> ^ GetHeaders();
public string[] GetHeaders ();
member this.GetHeaders : unit -> string[]
Public Function GetHeaders () As String()

Returns

String[]

An array of values which contain the HTTP headers for varying the cache.

Applies to