IPv4InterfaceStatistics Class
Provides statistical data for a network interface on the local computer.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | IPv4InterfaceStatistics() | Initializes a new instance of the IPv4InterfaceStatistics class. |
| Name | Description | |
|---|---|---|
![]() | BytesReceived | Gets the number of bytes that were received on the interface. |
![]() | BytesSent | Gets the number of bytes that were sent on the interface. |
![]() | IncomingPacketsDiscarded | Gets the number of incoming packets that were discarded. |
![]() | IncomingPacketsWithErrors | Gets the number of incoming packets with errors. |
![]() | IncomingUnknownProtocolPackets | Gets the number of incoming packets with an unknown protocol that were received on the interface. |
![]() | NonUnicastPacketsReceived | Gets the number of non-unicast packets that were received on the interface. |
![]() | NonUnicastPacketsSent | Gets the number of non-unicast packets that were sent on the interface. |
![]() | OutgoingPacketsDiscarded | Gets the number of outgoing packets that were discarded. |
![]() | OutgoingPacketsWithErrors | Gets the number of outgoing packets with errors. |
![]() | OutputQueueLength | Gets the length of the output queue. |
![]() | UnicastPacketsReceived | Gets the number of unicast packets that were received on the interface. |
![]() | UnicastPacketsSent | Gets the number of unicast packets that were sent on the interface. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class is used by the GetIPv4Statistics method to return network traffic information for an interface.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


