RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.Connection Property

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

Pascal
property Connection: string;
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. 

 

Host 

RemoteAddr 

RemoteHost 

ServerPort 

Connecting to a Data Store Using TADOConnection

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!