5 references to ResponseCount
System (5)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (2)
213
if (ctx.
ResponseCount
> 1) {
214
if(Logging.On)Logging.PrintInfo(Logging.RequestCache, SR.GetString(SR.net_log_cache_accept_based_on_retry_count, ctx.
ResponseCount
));
net\System\Net\Cache\FtpRequestCacheValidator.cs (2)
354
if (
ResponseCount
> 1) {
355
if(Logging.On)Logging.PrintInfo(Logging.RequestCache, SR.GetString(SR.net_log_cache_resp_valid_based_on_retry,
ResponseCount
));
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
370
if (
ResponseCount
> 1) {