System.Web.HttpCacheability.Server Field

Specifies that the response is cached only at the origin server. Similar to the HttpCacheability.NoCache option. Clients receive a Cache-Control: no-cache directive but the document is cached on the origin server. Equivalent to HttpCacheability.ServerAndNoCache.

Syntax

HttpCacheability Server

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0