2 writes to Private
System (2)
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
927
control.
Private
= true;
1046
control.
Private
= true;
3 references to Private
System (3)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
766
if (ctx.ResponseCacheControl.
Private
) {
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
1293
return (Public ||
Private
|| NoCache || NoStore || MustRevalidate || ProxyRevalidate || MaxAge != -1 || SMaxAge != -1);
1303
if (
Private
) {