5 references to ResponseCount
System (5)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (2)
213if (ctx.ResponseCount > 1) { 214if(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)
354if (ResponseCount > 1) { 355if(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)
370if (ResponseCount > 1) {