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 (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DnsServer()
Remarks
This constructor should not be used unless the DNS server is running on the same machine.
See Also