<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.4" />

CookieHeaderValue

public class CookieHeaderValue : ICloneable
public Collection<CookieState> Cookies { get; }

public string Domain { get; set; }

public DateTimeOffset? Expires { get; set; }

public bool HttpOnly { get; set; }

public CookieState this[string name] { get; }

public TimeSpan? MaxAge { get; set; }

public string Path { get; set; }

public bool Secure { get; set; }

public CookieHeaderValue(string name, string value)

public CookieHeaderValue(string name, NameValueCollection values)

protected CookieHeaderValue()

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

public object Clone()