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, 90Input = _context.Transport.Input; 92MemoryPool = _context.MemoryPool; 95public ConnectionMetricsContext MetricsContext => _context.MetricsContext; 758if (_context.ServiceContext.ServerOptions.AllowHostHeaderOverride) 1050_context.Transport.Output.Write(Http2GoAwayHttp11RequiredBytes); 1051return _context.Transport.Output.FlushAsync().GetAsTask(); 1063var output = _context.Transport.Output;