2 references to HttpRequestStream
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\BodyControl.cs (2)
29
_request = new
HttpRequestStream
(bodyControl, _requestReader);
31
_emptyRequest = new
HttpRequestStream
(bodyControl, _emptyRequestReader);