1 write to _context
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
53_context = context;
12 references to _context
Microsoft.AspNetCore.Server.Kestrel.Core (12)
Internal\Http\Http1Connection.cs (12)
57_context.Transport.Output, 58_context.ConnectionId, 59_context.ConnectionContext, 60_context.MemoryPool, 61_context.ServiceContext.Log, 62_context.TimeoutControl, 67Input = _context.Transport.Input; 69MemoryPool = _context.MemoryPool; 72public ConnectionMetricsContext MetricsContext => _context.MetricsContext; 656if (_context.ServiceContext.ServerOptions.AllowHostHeaderOverride) 880_context.Transport.Output.Write(Http2GoAwayHttp11RequiredBytes); 881return _context.Transport.Output.FlushAsync().GetAsTask();