5 references to MaxInt64Digits
Microsoft.Net.Http.Headers (5)
ContentRangeHeaderValue.cs (3)
312
if ((lengthLength == 0) || (lengthLength > HttpRuleParser.
MaxInt64Digits
))
341
if ((fromLength == 0) || (fromLength > HttpRuleParser.
MaxInt64Digits
))
368
if ((toLength == 0) || (toLength > HttpRuleParser.
MaxInt64Digits
))
RangeItemHeaderValue.cs (2)
174
if (fromLength > HttpRuleParser.
MaxInt64Digits
)
200
if (toLength > HttpRuleParser.
MaxInt64Digits
)