property KeepAlive: boolean; default True;
Description
Gets or sets a value that indicates whether to make a persistent connection to the Internet resource.
Set this property to True to send a Connection HTTP header with the value Keep-alive. An application uses KeepAlive to indicate a preference for persistent connections. When the KeepAlive property is True, the application makes persistent connections to the servers that support them.
See also