DataPlanStatus.InboundBitsPerSecond 属性

定义

获取一个值,该值指示连接上发生的入站数据传输的名义速率。

public:
 property IReference<unsigned long long> ^ InboundBitsPerSecond { IReference<unsigned long long> ^ get(); };
IReference<uint64_t> InboundBitsPerSecond();
public System.Nullable<ulong> InboundBitsPerSecond { get; }
var iReference = dataPlanStatus.inboundBitsPerSecond;
Public ReadOnly Property InboundBitsPerSecond As Nullable(Of ULong)

属性值

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

入站数据传输的速率。

适用于