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