DataPlanStatus.InboundBitsPerSecond 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 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
The rate of inbound data transfer.