diff --git a/test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs b/test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs index bab6bdffaa..c9ee4ac9ef 100644 --- a/test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs +++ b/test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs @@ -915,6 +915,8 @@ namespace Microsoft.AspNetCore.Hosting public Stream Body { get; set; } + public long? ContentLength { get; set; } + public int Count => 0; public bool HasStarted { get; set; }