DataPlanStatus.InboundBitsPerSecond Property

Definition

Gets a value indicating the nominal rate of the inbound data transfer occurring on the connection.

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)

Property Value

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

The rate of inbound data transfer.

Applies to