6 implementations of ContentRange
Microsoft.AspNetCore.Server.HttpSys (1)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (1)
374public StringValues ContentRange
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (1)
374public StringValues ContentRange
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
2056StringValues IHeaderDictionary.ContentRange 9368StringValues IHeaderDictionary.ContentRange 16068StringValues IHeaderDictionary.ContentRange
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (1)
374public StringValues ContentRange
1 write to ContentRange
Microsoft.AspNetCore.ResponseCompression.Tests (1)
ResponseCompressionMiddlewareTest.cs (1)
405r.Headers.ContentRange = "1-2/*";
56 references to ContentRange
Microsoft.AspNetCore.Http.Results.Tests (27)
src\Shared\ResultsTests\FileContentResultTestBase.cs (6)
86Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 125Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 223Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 259Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 293Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 328Assert.Equal(0, httpResponse.Headers.ContentRange.Count);
src\Shared\ResultsTests\FileStreamResultTestBase.cs (7)
64Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 105Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 211Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 249Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 285Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 321Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 365Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange);
src\Shared\ResultsTests\PhysicalFileResultTestBase.cs (7)
57Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 88Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 173Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 205Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 233Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 260Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 317Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange);
src\Shared\ResultsTests\VirtualFileResultTestBase.cs (7)
69Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 106Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 208Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 247Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 279Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 310Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 352Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange);
Microsoft.AspNetCore.Mvc.Core.Test (27)
src\Shared\ResultsTests\FileContentResultTestBase.cs (6)
86Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 125Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 223Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 259Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 293Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 328Assert.Equal(0, httpResponse.Headers.ContentRange.Count);
src\Shared\ResultsTests\FileStreamResultTestBase.cs (7)
64Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 105Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 211Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 249Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 285Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 321Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 365Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange);
src\Shared\ResultsTests\PhysicalFileResultTestBase.cs (7)
57Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 88Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 173Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 205Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 233Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 260Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 317Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange);
src\Shared\ResultsTests\VirtualFileResultTestBase.cs (7)
69Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 106Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 208Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 247Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 279Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 310Assert.Equal(0, httpResponse.Headers.ContentRange.Count); 352Assert.Equal(contentRange.ToString(), httpResponse.Headers.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);