HttpCachePolicyWrapper.SetProxyMaxAge Method (TimeSpan)

 

Sets the Cache-Control: s-maxage HTTP header to the specified time span.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

override SetProxyMaxAge : 
        delta:TimeSpan -> unit

Parameters

delta
Type: System.TimeSpan

The time span to set the Cache-Control: s-maxage header to.

Exception Condition
ArgumentOutOfRangeException

delta is less than 0.

.NET Framework
Available since 3.5
Return to top
Show: