Creating a new DNS request |
To create a new DNS request create a new DnsRequest instance providing the hostname of the DNS server and domain you would like to query as argument.
Example
// create new DNS request DnsRequest request = new DnsRequest("ns1.west.cox.net","jscape.com");
|