Property Cookie
Cookie
Gets or sets the value of the HTTP Cookie header.
public string? Cookie { get; set; }
Property Value
Remarks
Tip: use Cookies property to getting cookies values from requests and SetCookie(string, string) on HttpResponse to set cookies.