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