1 write to _context
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
54_context = context;
12 references to _context
Microsoft.AspNetCore.Server.Kestrel.Core (12)
Internal\Http\Http1Connection.cs (12)
58_context.Transport.Output, 59_context.ConnectionId, 60_context.ConnectionContext, 61_context.MemoryPool, 62_context.ServiceContext.Log, 63_context.TimeoutControl, 68Input = _context.Transport.Input; 70MemoryPool = _context.MemoryPool; 73public ConnectionMetricsContext MetricsContext => _context.MetricsContext; 654if (_context.ServiceContext.ServerOptions.AllowHostHeaderOverride) 873_context.Transport.Output.Write(Http2GoAwayHttp11RequiredBytes); 874return _context.Transport.Output.FlushAsync().GetAsTask();