1 write to _context
Microsoft.AspNetCore.StaticFiles (1)
StaticFileContext.cs (1)
51_context = context;
7 references to _context
Microsoft.AspNetCore.StaticFiles (7)
StaticFileContext.cs (7)
237(var isRangeRequest, var range) = RangeHelper.ParseRange(_context, RequestHeaders, _length, _logger); 274var context = new StaticFileResponseContext(_context, _fileInfo); 356await _context.Response.SendFileAsync(_fileInfo, 0, _length, _context.RequestAborted); 389await _context.Response.SendFileAsync(_fileInfo, start, length, _context.RequestAborted); 410var responseCompressionFeature = _context.Features.Get<IHttpsCompressionFeature>();