NetworkUsage.BytesReceived 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.
Indicates the number of bytes received by the connection of a specific period of time.
public:
property unsigned long long BytesReceived { unsigned long long get(); };
uint64_t BytesReceived();
public ulong BytesReceived { get; }
var uInt64 = networkUsage.bytesReceived;
Public ReadOnly Property BytesReceived As ULong
Property Value
The number of bytes received.