WwanNetworkIPKind Enum
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.
Defines constants that describe a level of supported IP. The values reflect the WWAN_IP_TYPE enumeration. You can use these values to determine which cellular profile to use (for example, to choose between IMS and SUPL).
public enum class WwanNetworkIPKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Networking.Connectivity.WwanContract, 131072)]
enum class WwanNetworkIPKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Networking.Connectivity.WwanContract), 131072)]
public enum WwanNetworkIPKind
var value = Windows.Networking.Connectivity.WwanNetworkIPKind.none
Public Enum WwanNetworkIPKind
- Inheritance
-
WwanNetworkIPKind
- Attributes
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Networking.Connectivity.WwanContract (introduced in v2.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | Default support; indicates no specific level of support. |
Ipv4 | 1 | Indicates support for IPv4. |
Ipv6 | 2 | Indicates support for IPv6. |
Ipv4v6 | 3 | Indicates support for IPv4 with IPv6. |
Ipv4v6v4Xlat | 4 | Indicates support for 464XLAT (which allows clients on IPv6-only networks to access IPv4-only Internet services). |