<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.Net.Http.Headers.HttpRequestHeaders

public sealed class HttpRequestHeaders : HttpHeaders

public HttpHeaderValueCollection<string> Connection { get; }

public bool? ConnectionClose { get; set; }

public DateTimeOffset? Date { get; set; }

public bool? ExpectContinue { get; set; }

public string From { get; set; }

public string Host { get; set; }

public DateTimeOffset? IfModifiedSince { get; set; }

public RangeConditionHeaderValue IfRange { get; set; }

public DateTimeOffset? IfUnmodifiedSince { get; set; }

public int? MaxForwards { get; set; }

public RangeHeaderValue Range { get; set; }

public Uri Referrer { get; set; }

public HttpHeaderValueCollection<string> Trailer { get; }

public bool? TransferEncodingChunked { get; set; }