1 write to _context
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
76
_context
= context;
13 references to _context
Microsoft.AspNetCore.Server.Kestrel.Core (13)
Internal\Http\Http1Connection.cs (13)
81
_context
.Transport.Output,
82
_context
.ConnectionId,
83
_context
.ConnectionContext,
84
_context
.MemoryPool,
85
_context
.ServiceContext.Log,
86
_context
.TimeoutControl,
91
Input =
_context
.Transport.Input;
93
MemoryPool =
_context
.MemoryPool;
96
public ConnectionMetricsContext MetricsContext =>
_context
.MetricsContext;
787
if (
_context
.ServiceContext.ServerOptions.AllowHostHeaderOverride)
1079
_context
.Transport.Output.Write(Http2GoAwayHttp11RequiredBytes);
1080
return
_context
.Transport.Output.FlushAsync().GetAsTask();
1092
var output =
_context
.Transport.Output;