1 write to _response
Microsoft.AspNetCore.StaticFiles (1)
StaticFileContext.cs (1)
54_response = context.Response;
7 references to _response
Microsoft.AspNetCore.StaticFiles (7)
StaticFileContext.cs (7)
89private ResponseHeaders ResponseHeaders => _responseHeaders ??= _response.GetTypedHeaders(); 246if (_response.StatusCode == StatusCodes.Status200OK) 248_response.StatusCode = statusCode; 256_response.ContentType = _contentType; 269_response.ContentLength = _length; 381_response.ContentLength = length; 388_logger.SendingFileRange(_response.Headers.ContentRange, logPath);