4 references to ByteRange
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\ResponseStreamAsyncResult.cs (4)
127
_dataChunks[1].Anonymous.FromFileHandle.
ByteRange
.StartingOffset = (ulong)offset;
128
_dataChunks[1].Anonymous.FromFileHandle.
ByteRange
.Length = (ulong)count;
140
_dataChunks[0].Anonymous.FromFileHandle.
ByteRange
.StartingOffset = (ulong)offset;
141
_dataChunks[0].Anonymous.FromFileHandle.
ByteRange
.Length = (ulong)count;