1 write to _length
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetsInvoker.cs (1)
65
_length
= long.Parse(length, CultureInfo.InvariantCulture);
5 references to _length
Microsoft.AspNetCore.StaticAssets (5)
StaticAssetsInvoker.cs (5)
133
_length
,
155
context.Response.ContentLength =
_length
;
194
await context.Response.SendFileAsync(FileInfo, 0,
_length
, context.CancellationToken);
211
requestContext.ResponseHeaders.ContentRange = new ContentRangeHeaderValue(
_length
);
249
return new ContentRangeHeaderValue(start, end,
_length
);