<PackageReference Include="System.Net.Http" Version="4.1.1" />

System.Net.Http.Headers.ContentRangeHeaderValue

public long? From { get; }

public bool HasLength { get; }

public bool HasRange { get; }

public long? Length { get; }

public long? To { get; }

public string Unit { get; set; }

public ContentRangeHeaderValue(long from, long to, long length)

public ContentRangeHeaderValue(long length)

public ContentRangeHeaderValue(long from, long to)

public static ContentRangeHeaderValue Parse(string input)

public static bool TryParse(string input, out ContentRangeHeaderValue parsedValue)