property Connection: string;
Description
Gets or sets the value of the Connection HTTP header.
The request sends the Connection property to the internet resource as the Connection HTTP header. If the KeepAlive property is set to True, the Keep-alive value is automatically appended to the Connection HTTP header.
The value can be used to initialize the corresponding property of new TScRestRequest objects.