Settings.System.WifiStaticDns2 Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.