1 write to _request
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\BodyControl.cs (1)
29
_request
= new HttpRequestStream(bodyControl, _requestReader);
2 references to _request
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\BodyControl.cs (2)
37
_upgradeStream = new HttpUpgradeStream(
_request
, _response);
85
return (
_request
, _response, _requestReader, _responseWriter);