NetworkAdapter.OutboundMaxBitsPerSecond Property

Definition

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

UInt64

unsigned long long

uint64_t

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.

Applies to

See also