NetworkAdapter.OutboundMaxBitsPerSecond Property

Gets a value indicating the maximum outbound speed in bits per second.

Syntax

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

Property value

Type: uint64 

  The maximum outbound transfer rate in bits per second.

Remarks

This property represents the current speed in bits per second of the transmit link for the NetworkAdapter. This value represents the maximum speed of the interface and is generally much higher than the actual speed when sending network data on this link, 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