2 instantiations of HttpRequestStream
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\BodyControl.cs (2)
29
_request = new
HttpRequestStream
(bodyControl, _requestReader);
31
_emptyRequest = new
HttpRequestStream
(bodyControl, _emptyRequestReader);
3 references to HttpRequestStream
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpRequestPipeReader.cs (1)
130
static void ThrowObjectDisposedException() => throw new ObjectDisposedException(nameof(
HttpRequestStream
));
Internal\Infrastructure\BodyControl.cs (2)
17
private readonly
HttpRequestStream
_request;
23
private readonly
HttpRequestStream
_emptyRequest;