Holds network related statistics

C# | Visual Basic | Visual C++ | J# |
public interface INetworkStatistics
Public Interface INetworkStatistics
public interface class INetworkStatistics
public interface INetworkStatistics

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | Name |
Gets the name of the network service.
|
![]() | Previous |
Gets the previous network statistics.
|
![]() | RxBytes |
Gets the total rx bytes received.
|
![]() | RxBytesPerSecond |
Gets the number of bytes received per second (computed against the previous sampled stats).
|
![]() | RxDropped | |
![]() | RxErrors | |
![]() | RxPackets | |
![]() | RxPacketsPerSecond | |
![]() | TxBytes |
Gets the total tx bytes transmitted.
|
![]() | TxBytesPerSecond |
Gets the number of bytes transmitted per second (computed against the previous sampled stats).
|
![]() | TxDropped | |
![]() | TxErrors | |
![]() | TxPackets | |
![]() | TxPacketsPerSecond |