DnsServer Constructor
Initializes a new instance of the DnsServer class with "127.0.0.1" (localhost) IP address, and assigns the top priority to this instance.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public DnsServer()
Remarks
This constructor should not be used unless the DNS server is running on the same machine.
See Also