3 references to HasRange
System.Net.Http (3)
System\Net\Http\Headers\ContentRangeHeaderValue.cs (3)
27
public long? From =>
HasRange
? _from : null;
29
public long? To =>
HasRange
? _to : null;
114
if (
HasRange
)