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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic DnsServer(
string host
)
Public Sub New (
host As String
)
Parameters
- host
- Type: SystemString
IP address of the DNS server.
Exceptions
Remarks
See Also