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!

HttpCachePolicySettings.NoServerCaching

Stop all origin server caching for the current response. This will always disable the ASP+ output cache and will also disable the UL cache if running in that environment. After caching is disabled, it cannot be reenabled for the given response.

[Visual Basic]
Public ReadOnly Property NoServerCaching As Boolean
[C#]
public bool NoServerCaching {get;}
[C++]
public: __property bool get_NoServerCaching();
[JScript]
public function get NoServerCaching() : Boolean;

See Also

HttpCachePolicySettings Class | HttpCachePolicySettings Members | System.Web Namespace