Field KeepAlive
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.