WwanConnectionProfileDetails Class

Definition

Used to access information specific to a WWAN connection.

public ref class WwanConnectionProfileDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Networking.Connectivity.WwanContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WwanConnectionProfileDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Networking.Connectivity.WwanContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WwanConnectionProfileDetails
Public NotInheritable Class WwanConnectionProfileDetails
Inheritance
Object Platform::Object IInspectable WwanConnectionProfileDetails
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Networking.Connectivity.WwanContract (introduced in v1.0)

Remarks

Version history

Windows version SDK version Value added
1803 17134 IPKind
1803 17134 PurposeGuids

Properties

AccessPointName

Indicates the name of the access point used to establish the WWAN connection.

HomeProviderId

Indicates the Home Network Provider ID.

IPKind

Gets a value that describes a level of supported IP.

PurposeGuids

Gets a list of purpose group GUIDs.

Methods

GetCurrentDataClass()

Indicates the class of data service offered by the network currently in use for the WWAN connection.

GetNetworkRegistrationState()

Retrieves the current network registration state for the WWAN connection.

Applies to

See also