Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPConnectionType
Indicxates the host and transport used for a HTTP connection.

TIdHTTPConnectionType = (ctNormal, ctSSL, ctProxy, ctSSLProxy);
Description
TIdHTTPConnectionType is an enumerated type that represents the underlying mechanisms used when creating an HTTP connection. TIdHTTPConnectionType can contain one of the following values and associated meanings:

TIdHTTPConnectionType is determined when TIdHTTP attempts to open a connection to a host during processing of the HTTP request. The TIdHTTPConnectionType in use is determined based on values in TIdHTTP.ProxyParams and TIdHTTP.URL.