Share via


NetworkCapabilities.LinkDownstreamBandwidthKbps Property

Definition

Retrieves the downstream bandwidth for this network in Kbps.

public int LinkDownstreamBandwidthKbps { [Android.Runtime.Register("getLinkDownstreamBandwidthKbps", "()I", "")] get; }
[<get: Android.Runtime.Register("getLinkDownstreamBandwidthKbps", "()I", "")>]
member this.LinkDownstreamBandwidthKbps : int

Property Value

The estimated first hop downstream (network to device) bandwidth.

Attributes

Remarks

Retrieves the downstream bandwidth for this network in Kbps. This always only refers to the estimated first hop transport bandwidth.

Java documentation for android.net.NetworkCapabilities.getLinkDownstreamBandwidthKbps().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to