Internet Direct (Indy)
|
Used to calculate HTTP Authentication credentials for a Proxy connection.
property Authentication: TIdAuthentication;
Authentication is a TIdAuthentication property that contains an object used to perform HTTP Access Authentication for a proxied connection.
Authentication will normally contain an instance of a TIdAuthentication descendant like TIdBasicAuthentication or TIdDigestAuthentication that implements a specific authentication scheme.
Applications can assign the Authentication class to be used for the proxied connection.
If Authentication has not been assigned, and BasicAuthentication is True, a TIdBasicAuthentication object instance will be automatically created in SetHeaders.
When assigned, Authentication is freed in the Destroy method.
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. |