1 write to _context
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
75
_context
= context;
13 references to _context
Microsoft.AspNetCore.Server.Kestrel.Core (13)
Internal\Http\Http1Connection.cs (13)
80
_context
.Transport.Output,
81
_context
.ConnectionId,
82
_context
.ConnectionContext,
83
_context
.MemoryPool,
84
_context
.ServiceContext.Log,
85
_context
.TimeoutControl,
90
Input =
_context
.Transport.Input;
92
MemoryPool =
_context
.MemoryPool;
95
public ConnectionMetricsContext MetricsContext =>
_context
.MetricsContext;
758
if (
_context
.ServiceContext.ServerOptions.AllowHostHeaderOverride)
1050
_context
.Transport.Output.Write(Http2GoAwayHttp11RequiredBytes);
1051
return
_context
.Transport.Output.FlushAsync().GetAsTask();
1063
var output =
_context
.Transport.Output;