IP addresses of the DNS servers to query.

Namespace:  JHSoftware
Assembly:  JHSoftware.DnsClient (in JHSoftware.DnsClient.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public IPAddress[] DnsServers { get; set; }
Visual Basic (Declaration)
Public Property DnsServers As IPAddress()

Remarks

Default value: null/Nothing

The DNS servers specified will be queried in the order listed.

When this is null/Nothing (default), the DNS servers from the local computer's IP configuration will be used.

See Also