NetworkAdapter.InboundMaxBitsPerSecond Property

Gets a value indicating the maximum inbound data transfer rate in bits per second.

Syntax

public:
property uint64 InboundMaxBitsPerSecond {
         uint64 get ();
}  

Property value

Type: uint64 

  The maximum inbound transfer rate in bits per second.

Remarks

This value represents the maximum speed of the interface and is generally much higher than the actual transfer speed while receiving network data, particularly for wireless networks.

This API is not implemented and will throw an exception if called.

Requirements

Namespace: Windows.Networking.Connectivity

Metadata: windows.winmd

See also

Reference

NetworkAdapter Class

NetworkAdapter Members

Windows.Networking.Connectivity Namespace