asp.net.ph

HttpCacheVaryByHeaders VaryByUnspecifiedParameters Method

System.Web Namespace   HttpCacheVaryByHeaders Class


Causes ASP.NET to set the Vary HTTP header to the value * ( an asterisk ) and causes all other Vary header information to be dropped.

[ VB ]
Public Sub VaryByUnspecifiedParameters ( ) 

[ C# ]
public void VaryByUnspecifiedParameters ( );

[ C++ ]
public: void VaryByUnspecifiedParameters ( );

[ JScript ]
public function VaryByUnspecifiedParameters ( );

Remarks

The Vary header indicates the request-header fields that the server uses to determine which of multiple cached responses is sent in response to a client request. The * field specifies that the server selects the response based on parameters not specified in request headers ( for example, the network address of the client ).

For background information on HTTP headers, see Section 14 Header Field Definitions in the Hypertext Transfer Protocol ( HTTP/1.1 ) documentation, available from the World Wide Web Consortium.

See Also

HttpCacheVaryByHeaders Members   Caching Multiple Versions of a Page Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph