4 references to
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1MessageBody.cs (1)
21
protected Http1MessageBody(Http1Connection context, bool keepAlive) :
base
(context)
Internal\Http\ZeroContentLengthMessageBody.cs (1)
11
:
base
(null!) // Ok to pass null here because this type overrides all the base methods
Internal\Http2\Http2MessageBody.cs (1)
27
:
base
(context)
Internal\Http3\Http3MessageBody.cs (1)
18
:
base
(context)