Topic Path: Symbol Reference > Constants > Id_HTTPMethodConnect Constant
ContentsIndexHome
PreviousUpNext
Id_HTTPMethodConnect Constant

Represents the Connect method in an HTTP request.

File
Id_HTTPMethodConnect = 'CONNECT';

Id_HTTPMethodConnect is a String constant that represents the HTTP CONNNECT method used when processing HTTP requests. Id_HTTPMethodConnect indicates that the HTTP client will be connecting to a CERN-compatible proxy for SSL-enabled sites. 

Id_HTTPMethodConnect and related constant values are used in the Method property in TIdHTTPRequest.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.