NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpCacheRevalidation Enumeration

This class is a light abstraction over the Cache-Control: revalidation directives.

[Visual Basic]
Public Enum HttpCacheRevalidation
[C#]
public enum HttpCacheRevalidation
[C++]
public enum HttpCacheRevalidation

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
AllCaches Indicates that Cache-Control: must-revalidate should be sent.
None Default value. Indicates that no property has been set. If this is set, no cache revalitation directive is sent.
ProxyCaches Indicates that Cache-Control: proxy-revalidate should be sent.

Requirements

Namespace: System.Web

Assembly: System.Web.dll

See Also

System.Web Namespace