共用方式為


NetworkAdapter.OutboundMaxBitsPerSecond 屬性

定義

取得值,指出每秒位的最大輸出速度。

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

屬性值

UInt64

unsigned long long

uint64_t

每秒位的輸出傳輸速率上限。

備註

這個屬性代表 NetworkAdapter傳輸連結的每秒位速度。 這個值代表介面的最大速度,而且通常高於在此連結上傳送網路資料時的實際速度,特別是針對無線網路。

適用於

另請參閱