Share via


LinkProperties.SetDnsServers(ICollection<InetAddress>) Method

Definition

[Android.Runtime.Register("setDnsServers", "(Ljava/util/Collection;)V", "", ApiSince=29)]
public void SetDnsServers (System.Collections.Generic.ICollection<Java.Net.InetAddress> dnsServers);
[<Android.Runtime.Register("setDnsServers", "(Ljava/util/Collection;)V", "", ApiSince=29)>]
member this.SetDnsServers : System.Collections.Generic.ICollection<Java.Net.InetAddress> -> unit

Parameters

dnsServers
ICollection<InetAddress>
Attributes

Applies to