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