Table of Contents

Field KeepAlive

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

The HTTP Keep-Alive header.

Used to specify parameters for persistent connections, allowing the client and server to maintain an open connection for multiple requests.

public const string KeepAlive = "Keep-Alive"

Returns

string
The HTTP Keep-Alive header. Used to specify parameters for persistent connections, allowing the client and server to maintain an open connection for multiple requests.