Property Cookie
Cookie
Gets the value of the HTTP Cookie header.
Contains stored HTTP cookies previously sent by the server, allowing the server to identify the client on subsequent requests.
public string? Cookie { get; }
Property Value
Remarks
Tip: use Cookies property to getting cookies values from requests and SetCookie(string, string) on HttpResponse to set cookies.