Web.HTTPApp.TWebRequest.Connection
Delphi
property Connection: AnsiString index 26 read GetStringVariable;
C++
__property System::AnsiString Connection = {read=GetStringVariable, index=26};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebRequest |
Description
Reports the value of the Connection header of the HTTP request message.
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.