Adds a DnsServer to the collection and sorts the collection according to the elements priorities.
Adds a DnsServer to the collection and sorts the collection according to the elements priorities.
public void Add(DnsServer);
Adds a top (0) priority DNS server under the specified IP address to the collection and sorts the collection according to the elements priorities.
public DnsServer Add(string);
Adds a DNS server under the specified IP address and with a particular priority to the collection and sorts the collection according to the elements priorities.
public DnsServer Add(string,int);
DnsServerCollection Class | MailBee.DnsMX Namespace