Provides statistical data for a network interface on the local computer.
| C# | Visual Basic |
public sealed class IPv4InterfaceStatistics
Public NotInheritable Class IPv4InterfaceStatistics
| All Members | Methods | Properties | |||
| Icon | Member | 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.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| 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.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| 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.
| |
| ToString()()()() | (Inherited from Object.) | |
| 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.
|
| Platforms Supported | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |
| Windows Embedded Compact | Windows CE .NET 4.1 and later |
| Object | |
| IPv4InterfaceStatistics | |