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)

public:
virtual void SetProxyMaxAge(
	TimeSpan delta
) override

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: