Servers

Children

class System.Dns.Servers

Bases: Entity

Class Hierarchy: System Dns Servers

This class represents configuration data.

Enclosing container for DNS resolver list

server

List of the DNS servers that the resolver should query. When the resolver is invoked by a calling application, it sends the query to the first name server in this list. If no response has been received within ‘timeout’ seconds, the resolver continues with the next server in the list. If no response is received from any server, the resolver continues with the first server again. When the resolver has traversed the list ‘attempts’ times without receiving any response, it gives up and returns an error to the calling application. Implementations MAY limit the number of entries in this list

type: list of Server