Class ChromeNetworkConditions
Provides manipulation of getting and setting network conditions from Chrome.
public class ChromeNetworkConditions
- Inheritance
-
ChromeNetworkConditions
- Inherited Members
Constructors
ChromeNetworkConditions()
public ChromeNetworkConditions()
Properties
DownloadThroughput
Gets or sets the throughput of the network connection in kb/second for downloading.
public long DownloadThroughput { get; set; }
Property Value
IsOffline
Gets or sets a value indicating whether the network is offline. Defaults to false.
public bool IsOffline { get; set; }
Property Value
Latency
Gets or sets the simulated latency of the connection. Typically given in milliseconds.
public TimeSpan Latency { get; set; }
Property Value
UploadThroughput
Gets or sets the throughput of the network connection in kb/second for uploading.
public long UploadThroughput { get; set; }