System.Net.Cache.RequestCacheValidator.RequestCacheValidator C# (CSharp) 메소드

RequestCacheValidator() 보호된 메소드

protected RequestCacheValidator ( bool strictCacheErrors, System.TimeSpan unspecifiedMaxAge ) : System
strictCacheErrors bool
unspecifiedMaxAge System.TimeSpan
리턴 System
        protected RequestCacheValidator(bool strictCacheErrors, TimeSpan unspecifiedMaxAge)
        {
            _StrictCacheErrors    = strictCacheErrors;
            _UnspecifiedMaxAge    = unspecifiedMaxAge;
            _ValidationStatus     = CacheValidationStatus.DoNotUseCache;
            _CacheFreshnessStatus = CacheFreshnessStatus.Undefined;
        }