Internet Direct (Indy)
Home
PreviousUpNext
TIdCustomHTTP.AuthenticationManager Property

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

Pascal
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

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.