NetworkAdapter.OutboundMaxBitsPerSecond Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating the maximum outbound speed in bits per second.
public:
property unsigned long long OutboundMaxBitsPerSecond { unsigned long long get(); };
uint64_t OutboundMaxBitsPerSecond();
public ulong OutboundMaxBitsPerSecond { get; }
var uInt64 = networkAdapter.outboundMaxBitsPerSecond;
Public ReadOnly Property OutboundMaxBitsPerSecond As ULong
Property Value
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.