Click or drag to resize

NetworkStatisticInfoBytesSentPerSec Property

Win32_PerfFormattedData_Tcpip_NetworkInterface: BytesSentPerSec: Rate at which bytes are sent on the interface, including framing characters.

Namespace:  Xcalibur.Models.Hardware.Network
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public long BytesSentPerSec { get; set; }

Property Value

Type: Int64
The bytes sent per sec.

Implements

INetworkStatisticInfoBytesSentPerSec
See Also