Internet Direct (Indy)
Home
PreviousUpNext
TIdDNSResolver.AllowRecursiveQueries Property

Indicates if recursive DNS queries are desired on the DNS server.

Pascal
property AllowRecursiveQueries: boolean;

AllowRecursiveQueries is a Boolean property that indicates if the DNS server should persue client queries which require resource records from another DNS name server. AllowRecursiveQueries is stored in the DNS Header for the request to the DNS server. 

AllowRecursiveQueries will have no effect when the DNS does not implement recursive queries, as indicated in the DNS Header RA field from the server response. 

The default value for AllowRecursiveQueries is True, as assigned during initialization of the component. Set the desired value for AllowRecursiveQueries prior to calling Resolve.

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.