ProviderNetworkUsage.BytesSent Property

Definition

Gets a value indicating the number of bytes sent by the connection over a specific period of time.

public:
 property unsigned long long BytesSent { unsigned long long get(); };
uint64_t BytesSent();
public ulong BytesSent { get; }
var uInt64 = providerNetworkUsage.bytesSent;
Public ReadOnly Property BytesSent As ULong

Property Value

UInt64

unsigned long long

uint64_t

The number of bytes sent.

Applies to