共用方式為


NetworkAdapter.InboundMaxBitsPerSecond 屬性

定義

取得值,指出每秒位的最大輸入資料傳輸速率。

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

屬性值

UInt64

unsigned long long

uint64_t

每秒以位為單位的輸入傳輸速率上限。

備註

這個值代表介面的最大速度,而且通常高於接收網路資料時的實際傳送速率,特別是針對無線網路。

適用於

另請參閱