Base:
property
ContentLength
System.Net.WebResponse.ContentLength
3 references to ContentLength
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)
ResponseHeaderTests.cs (3)
59
Assert.Equal(0, response.
ContentLength
);
84
Assert.Equal(0, response.
ContentLength
);
109
Assert.Equal(0, response.
ContentLength
);