DnsServer Constructor (String, Int32) |
Initializes a new instance of the
DnsServer class with the given IP address string
and priority value.
Namespace: MailBee.DnsMXAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DnsServer(
string host,
int priority
)
Public Sub New (
host As String,
priority As Integer
)
Parameters
- host
- Type: SystemString
IP address of the DNS server. - priority
- Type: SystemInt32
A preference of the DNS server. Lower values are preferred.
Exceptions Remarks See Also