MailBee.NET Objects 7.2

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.

Overload List

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

public DnsServer();

Initializes a new instance of the DnsServer class with the given IP address string, and assigns the top priority to this instance.

public DnsServer(string);

Initializes a new instance of the DnsServer class with the given IP address string and priority value.

public DnsServer(string,int);

See Also

DnsServer Class | MailBee.DnsMX Namespace