remove_dns_by_value


Description:

public bool remove_dns_by_value (string dns)

Removes the DNS server dns.

Parameters:

this

the SettingIPConfig

dns

the DNS server to remove

Returns:

true if the DNS server was found and removed; false if it was not.

Before 1.42, setting dns to an invalid string was treated as user-error.