2 writes to ResponseEntityLength
System (2)
net\System\Net\Cache\FtpRequestCacheValidator.cs (1)
467ResponseEntityLength = Response.ContentLength;
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
821ResponseEntityLength = totalLength;
7 references to ResponseEntityLength
System (7)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (6)
401ctx.CacheEntityLength = ctx.ResponseEntityLength; 1063if (ctx.ResponseEntityLength != -1 && ctx.ResponseEntityLength != ctx.CacheEntityLength) { 1121ctx.CacheEntityLength = ctx.ResponseEntityLength; 1131ctx.CacheStreamLength = ctx.ResponseEntityLength; 1132ctx.CacheEntityLength = ctx.ResponseEntityLength;
net\System\Net\Cache\FtpRequestCacheValidator.cs (1)
468CacheEntry.StreamSize = ResponseEntityLength; //This is passed down to cache on what size to expect