NetworkInterfaceInfo.Bandwidth Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the speed of the network interface.

Namespace:  Microsoft.Phone.Net.NetworkInformation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public ReadOnly Property Bandwidth As Integer
public int Bandwidth { get; }

Property Value

Type: System..::.Int32
The speed of the network interface.

Remarks

The speed is given in kilobits per second.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

NetworkInterfaceInfo Class

Microsoft.Phone.Net.NetworkInformation Namespace