1 implementation of IHttpResponseControl
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
33internal abstract partial class HttpProtocol : IHttpResponseControl
4 references to IHttpResponseControl
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.cs (1)
98public IHttpResponseControl HttpResponseControl { get; set; } = default!;
Internal\Http\HttpResponsePipeWriter.cs (2)
11private readonly IHttpResponseControl _pipeControl; 16public HttpResponsePipeWriter(IHttpResponseControl pipeControl)
Internal\Infrastructure\BodyControl.cs (1)
26public BodyControl(IHttpBodyControlFeature bodyControl, IHttpResponseControl responseControl)