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