Table of Contents

Field SetCookie

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

The HTTP Set-Cookie header.

Used to send cookies from the server to the client, allowing the server to store state information on the client.

public const string SetCookie = "Set-Cookie"

Returns

string
The HTTP Set-Cookie header. Used to send cookies from the server to the client, allowing the server to store state information on the client.