NetworkAdapter.InboundMaxBitsPerSecond Property

Definition

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

public:
 property unsigned long long InboundMaxBitsPerSecond { unsigned long long get(); };
uint64_t InboundMaxBitsPerSecond();
public ulong InboundMaxBitsPerSecond { get; }
var uInt64 = networkAdapter.inboundMaxBitsPerSecond;
Public ReadOnly Property InboundMaxBitsPerSecond As ULong

Property Value

UInt64

unsigned long long

uint64_t

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.

Applies to

See also