ComponentSpace DNS Class Library Reference

DnsClient.DnsServerList Property

Gets the list of configured DNS servers.

[Visual Basic]
Public Shared ReadOnly Property DnsServerList As IPAddress()
[C#]
public static System.Net.IPAddress[] DnsServerList {get;}

Property Value

The IP addresses of the configured DNS servers.

See Also

DnsClient Class | ComponentSpace.Dns Namespace