1 write to _context
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
83
_context
= context;
13 references to _context
Microsoft.AspNetCore.Server.Kestrel.Core (13)
Internal\Http\Http1Connection.cs (13)
88
_context
.Transport.Output,
89
_context
.ConnectionId,
90
_context
.ConnectionContext,
91
_context
.MemoryPool,
92
_context
.ServiceContext.Log,
93
_context
.TimeoutControl,
98
Input =
_context
.Transport.Input;
100
MemoryPool =
_context
.MemoryPool;
103
public ConnectionMetricsContext MetricsContext =>
_context
.MetricsContext;
841
if (
_context
.ServiceContext.ServerOptions.AllowHostHeaderOverride)
1135
_context
.Transport.Output.Write(Http2GoAwayHttp11RequiredBytes);
1136
return
_context
.Transport.Output.FlushAsync().GetAsTask();
1148
var output =
_context
.Transport.Output;