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