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, 91Input = _context.Transport.Input; 93MemoryPool = _context.MemoryPool; 96public ConnectionMetricsContext MetricsContext => _context.MetricsContext; 787if (_context.ServiceContext.ServerOptions.AllowHostHeaderOverride) 1079_context.Transport.Output.Write(Http2GoAwayHttp11RequiredBytes); 1080return _context.Transport.Output.FlushAsync().GetAsTask(); 1092var output = _context.Transport.Output;