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 value of the KeepAlive property is True, the value "Keep-alive" is appended to the end of the Connection header.
See also