NetworkCostType
NetworkCostType
NetworkCostType
NetworkCostType
Enum
Definition
Defines the network cost types.
public : enum class NetworkCostTypepublic enum NetworkCostTypePublic Enum NetworkCostType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Fixed Fixed Fixed Fixed | The use of this connection is unrestricted up to a specific limit. |
| Unknown Unknown Unknown Unknown | Cost information is not available. |
| Unrestricted Unrestricted Unrestricted Unrestricted | The connection is unlimited and has unrestricted usage charges and capacity constraints. |
| Variable Variable Variable Variable | 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.