次の方法で共有


Settings.System.WifiStaticDns1 Field

Definition

Caution

deprecated

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

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

Field Value

Attributes

Remarks

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

Example: "192.168.1.1"

This member is deprecated. Use WifiManager instead

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

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