2 writes to CacheControl
System (2)
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
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;}}
2 references to CacheControl
System (2)
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
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;}}