Defines the network cost types.
Syntax
var value = Windows.Networking.Connectivity.NetworkCostType.unknown;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The NetworkCostType enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Unknown | unknown | 0 |
Cost information is not available. |
| Unrestricted | unrestricted | 1 |
The connection is unlimited and has unrestricted usage charges and capacity constraints. |
| Fixed | fixed | 2 |
The use of this connection is unrestricted up to a specific limit. |
| Variable | variable | 3 |
The connection is costed on a per-byte basis. |
Remarks
For examples of how these values are used in cost-based connection scenarios, see Quickstart: Managing metered network cost constraints.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013