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