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); 85return (_request, _response, _requestReader, _responseWriter);