Freigeben über


WifiManager.FlagSendDhcpHostnameRestrictionSecure Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.SendDhcpHostnameRestriction enum directly instead of this field.

Do not send the DHCP hostname to secure network.

[Android.Runtime.Register("FLAG_SEND_DHCP_HOSTNAME_RESTRICTION_SECURE", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.SendDhcpHostnameRestriction enum directly instead of this field.", true)]
public const Android.Net.Wifi.SendDhcpHostnameRestriction FlagSendDhcpHostnameRestrictionSecure = 2;
[<Android.Runtime.Register("FLAG_SEND_DHCP_HOSTNAME_RESTRICTION_SECURE", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.SendDhcpHostnameRestriction enum directly instead of this field.", true)>]
val mutable FlagSendDhcpHostnameRestrictionSecure : Android.Net.Wifi.SendDhcpHostnameRestriction

Field Value

Value = 2
Attributes

Remarks

Do not send the DHCP hostname to secure network.

Java documentation for android.net.wifi.WifiManager.FLAG_SEND_DHCP_HOSTNAME_RESTRICTION_SECURE.

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