NetworkAdapter.InboundMaxBitsPerSecond 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 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
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.