ComponentSpace DNS Class Library Reference

DnsClient Constructor

Initializes a new instance of the DnsClient class. The first configured DNS server is used.

Overload List

Initializes a new instance of the DnsClient class. The first configured DNS server is used.

public DnsClient();

Initializes a new instance of the DnsClient class with the specified DNS server IP address.

public DnsClient(IPAddress);

Initializes a new instance of the DnsClient class with the specified DNS server IP address.

public DnsClient(IPEndPoint);

Initializes a new instance of the DnsClient class with the specified DNS server address. The address can either be the name of the server (eg. www.componentspace.com) or its IP address (eg. 66.210.153.10).

public DnsClient(string);

See Also

DnsClient Class | ComponentSpace.Dns Namespace