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