8 writes to CacheStatusDescription
System (8)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (6)
417
ctx.
CacheStatusDescription
= resp.StatusDescription;
1124
ctx.
CacheStatusDescription
= resp.StatusDescription;
1135
ctx.
CacheStatusDescription
= Common.OkDescription;
1547
ctx.
CacheStatusDescription
= Common.OkDescription;
1705
ctx.
CacheStatusDescription
= PartialContentDescription;
1719
ctx.
CacheStatusDescription
= Common.OkDescription;
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
626
CacheStatusDescription
= s.Substring(idx);
810
CacheStatusDescription
= Rfc2616.Common.OkDescription;
5 references to CacheStatusDescription
System (5)
net\System\Net\Cache\HttpRequestCacheValidator.cs (3)
227
Logging.PrintInfo(Logging.RequestCache, SR.GetString(SR.net_log_cache_http_status_line, (CacheHttpVersion != null ? CacheHttpVersion.ToString() : "null"), (int)CacheStatusCode,
CacheStatusDescription
));
496
System.Text.StringBuilder sb = new System.Text.StringBuilder(
CacheStatusDescription
.Length + 20);
502
sb.Append(
CacheStatusDescription
);
net\System\Net\HttpWebRequest.cs (2)
4237
responseData.m_StatusDescription= ctx.
CacheStatusDescription
;
4299
responseData.m_StatusDescription= ctx.
CacheStatusDescription
;