Field Cookie
The HTTP Cookie header.
Contains stored HTTP cookies previously sent by the server, allowing the server to identify the client on subsequent requests.
public const string Cookie = "Cookie"
Returns
- string
- The HTTP Cookie header. Contains stored HTTP cookies previously sent by the server, allowing the server to identify the client on subsequent requests.