public final class QualityOfService
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
TimeSpan |
getAverageRoundTripTime()
Gets the average (median) round trip time of all the network packets that were sent during the quality of service measurement process.
|
int |
getBytesPerSecondDownstream()
Gets an estimate of the available downstream network bandwidth from the session host to this machine, measured in bytes per second.
|
int |
getBytesPerSecondUpstream()
Gets an estimate of the available upstream network bandwidth from this machine to the session host, measured in bytes per second.
|
TimeSpan |
getMinimumRoundTripTime()
Gets the minimum round trip time of any network packet that was sent during the quality of service measurement process.
|
boolean |
IsAvailable()
Checks whether this quality of service operation has completed.
|
public TimeSpan getAverageRoundTripTime()
public int getBytesPerSecondDownstream()
public int getBytesPerSecondUpstream()
public boolean IsAvailable()
public TimeSpan getMinimumRoundTripTime()