次の方法で共有


Settings.System.WifiStaticDns2 Field

Definition

Caution

deprecated

If using static IP, the secondary DNS's IP address.

[Android.Runtime.Register("WIFI_STATIC_DNS2")]
[System.Obsolete("deprecated")]
public const string WifiStaticDns2;
[<Android.Runtime.Register("WIFI_STATIC_DNS2")>]
[<System.Obsolete("deprecated")>]
val mutable WifiStaticDns2 : string

Field Value

Attributes

Remarks

If using static IP, the secondary DNS's IP address.

Example: "192.168.1.2"

This member is deprecated. Use WifiManager instead

Java documentation for android.provider.Settings.System.WIFI_STATIC_DNS2.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to