1 instantiation of ResponseCacheControl
System (1)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
882ResponseCacheControl control = new ResponseCacheControl();
4 references to ResponseCacheControl
System (4)
net\System\Net\Cache\HttpRequestCacheValidator.cs (4)
71internal ResponseCacheControl CacheControl; 127internal ResponseCacheControl CacheCacheControl {get{return m_CacheVars.CacheControl;} set{m_CacheVars.CacheControl = value;}} 136internal ResponseCacheControl ResponseCacheControl {get{return m_ResponseVars.CacheControl;} set{m_ResponseVars.CacheControl = value;}} 882ResponseCacheControl control = new ResponseCacheControl();