1 write to _fileLength
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
ResponseCachingTests.cs (1)
30
_fileLength
= 30000;
2 references to _fileLength
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
ResponseCachingTests.cs (2)
411
httpContext.Response.ContentLength =
_fileLength
;
490
Assert.Equal(
_fileLength
, response.Content.Headers.ContentLength);