Created
May 28, 2020 09:15
-
-
Save angelovstanton/18fb82bf1f81b97cd30d27fa59181623 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var emulationSettings = new EmulateNetworkConditionsCommandSettings(); | |
emulationSettings.ConnectionType = ConnectionType.Cellular3g; | |
emulationSettings.DownloadThroughput = 20; | |
emulationSettings.Latency = 1.2; | |
emulationSettings.UploadThroughput = 50; | |
devToolssession.Network.EmulateNetworkConditions(emulationSettings); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment