DnsServer Constructor (String) |
Initializes a new instance of the
DnsServer class with the given IP address string,
and assigns the top priority to this instance.
Namespace: MailBee.DnsMXAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DnsServer(
string host
)
Public Sub New (
host As String
)
Parameters
- host
- Type: SystemString
IP address of the DNS server.
Exceptions Remarks See Also