1 write to _context
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
79
_context
= context;
13 references to _context
Microsoft.AspNetCore.Server.Kestrel.Core (13)
Internal\Http\Http1Connection.cs (13)
84
_context
.Transport.Output,
85
_context
.ConnectionId,
86
_context
.ConnectionContext,
87
_context
.MemoryPool,
88
_context
.ServiceContext.Log,
89
_context
.TimeoutControl,
94
Input =
_context
.Transport.Input;
96
MemoryPool =
_context
.MemoryPool;
99
public ConnectionMetricsContext MetricsContext =>
_context
.MetricsContext;
812
if (
_context
.ServiceContext.ServerOptions.AllowHostHeaderOverride)
1105
_context
.Transport.Output.Write(Http2GoAwayHttp11RequiredBytes);
1106
return
_context
.Transport.Output.FlushAsync().GetAsTask();
1118
var output =
_context
.Transport.Output;