RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.Connection Property

Reports the value of the Connection header of the HTTP request message.

Pascal
property Connection: AnsiString;
C++
__property AnsiString Connection;

Read Connection to determine the options requested by the Web client for its connection to the server application. The HTTP 1.1 standard specifies only one value for the Connection header. If the value of Connection is close, the connection should be closed after the completion of the response. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!