Internet Direct (Indy)
Home
PreviousUpNext
GlobalSASLList Variable

Stores SASL authentication mechanism available for use in clients and servers.

Pascal
GlobalSASLList: TIdThreadList;

GlobalSASLList is a unit global TThreadList variable used to store SASL authentication mechanism available for use in clients and servers. GlobalSASLList is used at design-time (in the IDE) to get the list of SASL mechanisms available for use in clients and servers. 

GlobalSASLList is created in the initialization section for the unit. Resources allocated to GlobalSASLList are freed in the finalization section for the unit. 

GlobalSASLList is updated when TIdSASL (and descendant class) instances are initalized or freed.

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.