1 write to _context
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
83_context = context;
13 references to _context
Microsoft.AspNetCore.Server.Kestrel.Core (13)
Internal\Http\Http1Connection.cs (13)
88_context.Transport.Output, 89_context.ConnectionId, 90_context.ConnectionContext, 91_context.MemoryPool, 92_context.ServiceContext.Log, 93_context.TimeoutControl, 98Input = _context.Transport.Input; 100MemoryPool = _context.MemoryPool; 103public ConnectionMetricsContext MetricsContext => _context.MetricsContext; 841if (_context.ServiceContext.ServerOptions.AllowHostHeaderOverride) 1135_context.Transport.Output.Write(Http2GoAwayHttp11RequiredBytes); 1136return _context.Transport.Output.FlushAsync().GetAsTask(); 1148var output = _context.Transport.Output;