Web.HTTPApp.TWebRequest.Connection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connection: string index 26 read GetStringVariable;

C++

__property System::UnicodeString 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.

See Also