3 writes to _isProxyMaxAgeSet
System.Web (3)
HttpCachePolicy.cs (3)
535
_isProxyMaxAgeSet
= false;
597
_isProxyMaxAgeSet
= settings.IsProxyMaxAgeSet;
1526
_isProxyMaxAgeSet
= true;
5 references to _isProxyMaxAgeSet
System.Web (5)
HttpCachePolicy.cs (5)
875
if (
_isProxyMaxAgeSet
&& !_noMaxAgeInCacheControl) {
1002
if (_isMaxAgeSet ||
_isProxyMaxAgeSet
) {
1022
if (
_isProxyMaxAgeSet
) {
1123
_isProxyMaxAgeSet
,
1523
if (!
_isProxyMaxAgeSet
|| delta < _proxyMaxAge) {