Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTP.ProxyParams Property

Represents connection and user authorization values used for a Proxied client connection.

Pascal
property ProxyParams: TIdProxyConnectionInfo;

ProxyParams is a published TIdProxyConnectionInfo property in TIdHTTP, and represents values used in an HTTP request that requires a Proxy connection. 

ProxyParams contains properties that relect the Server, Port, Username, and Password used to open and authorize a connection to a Proxy server. ProxyParams also indicates if authentication uses the Basic Authentication algorithm. 

ProxyParams is used when TIdHTTP attempts to set the Host and Port number for the client connection, and when OnProxyAuthorization is triggered for the client connection. The Header representation for ProxyParams is used when the HTTP Protocol handler builds the HTTP request packet and tranmits its content to the host server. 

The Authetication mechanism in ProxyParams is reset when the OnDisconnected event handler is triggered for the HTTP client connection.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.