2 instantiations of Http1ContentLengthMessageBody
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1MessageBody.cs (1)
203
return new
Http1ContentLengthMessageBody
(context, contentLength, keepAlive);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http1ReadingBenchmark.cs (1)
116
http1Connection.InitializeBodyControl(new
Http1ContentLengthMessageBody
(http1Connection, contentLength: 100, keepAlive: true));