Topic Path: Symbol Reference > Classes > TIdCustomHTTP Class > TIdCustomHTTP Properties > AuthenticationManager Property
ContentsIndexHome
PreviousUpNext
TIdCustomHTTP.AuthenticationManager Property

Maintains authentication mechanisms, parameters, and URL for HTTP client requests.

property AuthenticationManager: TIdAuthenticationManager;

AuthenticationManager is a TIdAuthenticationManager property used to maintain authentication mechanisms used for a HTTP Request

AuthenticationManager captures the authentication mechanism used in the HTTP session, and adds the object instance and the associated URL for the request to the collection maintained in the property. 

Proxy authentication mechanisms in the ProxyParams are simply reset and not captured in the AuthenticationManager. 

Applications must assign an object instance to the AuthenticationManager property. Assigning a new object instance forces an existing AuthenticationManager to be freed.

TIdAuthenticationManager 

TIdAuthentication 

TIdAuthenticationBasic 

TIdAuthenticationDigest

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