2 references to GetBytesRange
System (2)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
1460
if (!
GetBytesRange
(ranges, ref start, ref end, ref total, true)) {
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
800
if(s == null || !Rfc2616.Common.
GetBytesRange
(s, ref startRange, ref end, ref totalLength, false)) {