BandwidthStatistics Members

BandwidthStatistics has the following members.

Public Fields

  Name Description
InboundBandwidthPeaked A Boolean value that indicates whether the computed inbound bandwidth estimate for the network has peaked.This member is set to true when the app is using enough of the connection bandwidth that the system can get a good estimate of the bandwidth delay product and can determine that the congestion window is a substantial fraction of the bandwidth delay product. This member can change from true to false if the app sends less data.
InboundBitsPerSecond The computed inbound bandwidth estimate in bits per second.
InboundBitsPerSecondInstability A measure of the instability of the inbound bandwidth estimate in bits per second.
OutboundBandwidthPeaked A Boolean value that indicates whether the computed outbound bandwidth estimate for the network path has peaked.This member is set to true when the app is using enough of the connection bandwidth that the system can get a good estimate of the bandwidth delay product and can determine that the congestion window is a substantial fraction of the bandwidth delay product. This member can change from true to false if the app sends less data.
OutboundBitsPerSecond The computed outbound bandwidth estimate in bits per second.
OutboundBitsPerSecondInstability A measure of the instability of the outbound bandwidth estimate in bits per second.

See also

Reference

BandwidthStatistics Structure

Windows.Networking.Sockets Namespace