Base:
method
CreateMessageBody
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.CreateMessageBody()
3 overrides of CreateMessageBody
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TestHttp1Connection.cs (1)
36protected override MessageBody CreateMessageBody()
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\TestHttp1Connection.cs (1)
36protected override MessageBody CreateMessageBody()
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\TestHttp1Connection.cs (1)
36protected override MessageBody CreateMessageBody()
3 references to CreateMessageBody
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TestHttp1Connection.cs (1)
38return NextMessageBody ?? base.CreateMessageBody();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\TestHttp1Connection.cs (1)
38return NextMessageBody ?? base.CreateMessageBody();
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\TestHttp1Connection.cs (1)
38return NextMessageBody ?? base.CreateMessageBody();