DnsServer Constructor |
Name | Description | |
---|---|---|
DnsServer |
Initializes a new instance of the DnsServer class with "127.0.0.1" (localhost) IP address,
and assigns the top priority to this instance.
| |
DnsServer(String) |
Initializes a new instance of the DnsServer class with the given IP address string,
and assigns the top priority to this instance.
| |
DnsServer(String, Int32) |
Initializes a new instance of the DnsServer class with the given IP address string
and priority value.
|