Internet Direct (Indy)
|
Number of failed logins permitted.
property LoginAttempts: Integer;
LoginAttempts is an Integer property used to indicate the number of unsuccessful login attempts permitted for a connection before the connection is terminated.
LoginAttempts is used in DoConnect to determine the number maximum number of login attempts allowed in the method.
By default, a new connection is allowed 3 unsuccessful connection attempts before termination.
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. |