5 references to ContentRangeHeaderValue
Microsoft.AspNetCore.Http.Results (1)
src\aspnetcore\src\Shared\ResultsHelpers\FileResultHelper.cs (1)
316
httpResponseHeaders.ContentRange = new
ContentRangeHeaderValue
(fileLength);
Microsoft.AspNetCore.Mvc.Core (1)
src\aspnetcore\src\Shared\ResultsHelpers\FileResultHelper.cs (1)
316
httpResponseHeaders.ContentRange = new
ContentRangeHeaderValue
(fileLength);
Microsoft.AspNetCore.StaticAssets (2)
Development\StaticAssetDevelopmentRuntimeHandler.cs (1)
222
_context.Response.GetTypedHeaders().ContentRange = new
ContentRangeHeaderValue
(fileInfo.Length);
StaticAssetsInvoker.cs (1)
211
requestContext.ResponseHeaders.ContentRange = new
ContentRangeHeaderValue
(_length);
Microsoft.AspNetCore.StaticFiles (1)
StaticFileContext.cs (1)
373
ResponseHeaders.ContentRange = new
ContentRangeHeaderValue
(_length);