Settings.System.WifiStaticGateway 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 gateway's IP address.
[Android.Runtime.Register("WIFI_STATIC_GATEWAY")]
[System.Obsolete("deprecated")]
public const string WifiStaticGateway;
[<Android.Runtime.Register("WIFI_STATIC_GATEWAY")>]
[<System.Obsolete("deprecated")>]
val mutable WifiStaticGateway : string
Field Value
- Attributes
Remarks
If using static IP, the gateway's IP address.
Example: "192.168.1.1"
This member is deprecated. Use WifiManager
instead
Java documentation for android.provider.Settings.System.WIFI_STATIC_GATEWAY
.
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.