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, 94Input = _context.Transport.Input; 96MemoryPool = _context.MemoryPool; 99public ConnectionMetricsContext MetricsContext => _context.MetricsContext; 812if (_context.ServiceContext.ServerOptions.AllowHostHeaderOverride) 1105_context.Transport.Output.Write(Http2GoAwayHttp11RequiredBytes); 1106return _context.Transport.Output.FlushAsync().GetAsTask(); 1118var output = _context.Transport.Output;