Exception raised when registering an Authentication method that already exists.
EIdAlreadyRegisteredAuthenticationMethod = class(EIdException);
EIdAlreadyRegisteredAuthenticationMethod is an EIdException descendant that represents the exception raised when registering an Authentication method that already exists.
EIdAlreadyRegisteredAuthenticationMethod is used in the RegisterAuthenticationMethod procedure when a TIdAuthenticationClass already exists that matches the requested authentication class name.
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. |