LinkProperties.SetDnsServers(ICollection<InetAddress>) メソッド

定義

この LinkProperties 内の DNS サーバーを、指定された CollectionInetAddress オブジェクトに置き換えます。

[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

パラメーター

dnsServers
ICollection<InetAddress>

このオブジェクトで設定する DNS サーバーの Collection

属性

注釈

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象