3 implementations of ContentRange
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
2056StringValues IHeaderDictionary.ContentRange 9368StringValues IHeaderDictionary.ContentRange 16068StringValues IHeaderDictionary.ContentRange
2 references to ContentRange
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetsInvoker.cs (1)
233_logger.SendingFileRange(requestContext.Response.Headers.ContentRange, logPath);
Microsoft.AspNetCore.StaticFiles (1)
StaticFileContext.cs (1)
388_logger.SendingFileRange(_response.Headers.ContentRange, logPath);