NetworkCapabilities.NetCapabilityEnterprise 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
This constant will be removed in the future version. Use Android.Net.NetCapability enum directly instead of this field.
Indicates that this network is intended for enterprise use.
[Android.Runtime.Register("NET_CAPABILITY_ENTERPRISE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.NetCapability enum directly instead of this field.", true)]
public const Android.Net.NetCapability NetCapabilityEnterprise = 29;
[<Android.Runtime.Register("NET_CAPABILITY_ENTERPRISE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.NetCapability enum directly instead of this field.", true)>]
val mutable NetCapabilityEnterprise : Android.Net.NetCapability
Field Value
Value = 29Implements
- Attributes
Remarks
Indicates that this network is intended for enterprise use.
5G URSP rules may indicate that all data should use a connection dedicated for enterprise use. If the enterprise capability is requested, all enterprise traffic will be routed over the connection with this capability.
Java documentation for android.net.NetworkCapabilities.NET_CAPABILITY_ENTERPRISE
.
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.