property KeepAlive: boolean; default True;
Description
Gets or sets a value that indicates whether to maintain a persistent connection to the internet resource.
Set this property to True to send a Connection HTTP header with the Keep-alive value.
When KeepAlive is set to True, the application attempts to use persistent connections with servers that support them.
The value can be used to initialize the corresponding property of new TScRestRequest objects.