Indicates the network profile to be simulated. [Available in ADK and XDK]
public enum class SimulationProfile
| Member | Value | Description |
|---|---|---|
| NetworkAverage | 2 | Represents average connectivity based on 2013 market data from the United States, roughly aligned to DSL subscriptions. This simulates:1 Mbps download speeds700 Kbps upload speeds1% packet loss50 ms of round trip latency |
| NetworkBroken | 4 | Simulates a loss of connectivity. Note that even when this value is specified, development tools like the debugger, command line tools, and PIX will continue to work. |
| NetworkExcellent | 3 | Represents excellent connectivity based on 2013 market data from the United States, roughly aligned to broadband or cable connectivity. This simulates:35 Mbps download speeds10 Mbps upload speeds0.5% packet loss30 ms of round trip latency |
| NetworkMinimum | 1 | Represents the minimum operating requirements ofXbox One. It is a certification requirement that titles be able to support this environment without freezes or crashes. This simulates:256 Kbps download speeds192 Kbps upload speeds1% packet loss75 ms of round trip latency |
Namespace: Microsoft.Xbox.Tools.ConsoleExtensions
Metadata: microsoft.xbox.tools.consoleextensions.winmd