6 references to InitializeBodyControl
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
672
InitializeBodyControl
(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)
87
http1Connection.
InitializeBodyControl
(MessageBody.ZeroContentLengthKeepAlive);
Http1ReadingBenchmark.cs (1)
116
http1Connection.
InitializeBodyControl
(new Http1ContentLengthMessageBody(http1Connection, contentLength: 100, keepAlive: true));
Http1WritingBenchmark.cs (1)
121
http1Connection.
InitializeBodyControl
(MessageBody.ZeroContentLengthKeepAlive);