6 references to InitializeBodyControl
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
672InitializeBodyControl(messageBody);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Http1\Http1ConnectionTests.cs (2)
379_http1Connection.InitializeBodyControl(messageBody); 387_http1Connection.InitializeBodyControl(messageBody);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
Http1LargeWritingBenchmark.cs (1)
87http1Connection.InitializeBodyControl(MessageBody.ZeroContentLengthKeepAlive);
Http1ReadingBenchmark.cs (1)
116http1Connection.InitializeBodyControl(new Http1ContentLengthMessageBody(http1Connection, contentLength: 100, keepAlive: true));
Http1WritingBenchmark.cs (1)
121http1Connection.InitializeBodyControl(MessageBody.ZeroContentLengthKeepAlive);