Class NetworkConditions
NetworkConditions
public sealed class NetworkConditions- Inheritance
- 
      
      NetworkConditions
- Inherited Members
Properties
ConnectionType
connectionType
[JsonPropertyName("connectionType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ConnectionType? ConnectionType { get; set; }Property Value
DownloadThroughput
downloadThroughput
[JsonPropertyName("downloadThroughput")]
public double DownloadThroughput { get; set; }Property Value
Latency
latency
[JsonPropertyName("latency")]
public double Latency { get; set; }Property Value
PacketLoss
packetLoss
[JsonPropertyName("packetLoss")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? PacketLoss { get; set; }Property Value
PacketQueueLength
packetQueueLength
[JsonPropertyName("packetQueueLength")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? PacketQueueLength { get; set; }Property Value
- long?
PacketReordering
packetReordering
[JsonPropertyName("packetReordering")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? PacketReordering { get; set; }Property Value
- bool?
UploadThroughput
uploadThroughput
[JsonPropertyName("uploadThroughput")]
public double UploadThroughput { get; set; }Property Value
UrlPattern
urlPattern
[JsonPropertyName("urlPattern")]
public string UrlPattern { get; set; }