System.Net.NetworkInformation.IPv4InterfaceStatistics Members

The members of System.Net.NetworkInformation.IPv4InterfaceStatistics are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Public Properties

[read-only]
abstract
BytesReceivedlong.

Gets the number of bytes that were received on the interface.

[read-only]
abstract
BytesSentlong.

Gets the number of bytes that were sent on the interface.

[read-only]
abstract
IncomingPacketsDiscardedlong.

Gets the number of incoming packets that were discarded.

[read-only]
abstract
IncomingPacketsWithErrorslong.

Gets the number of incoming packets with errors.

[read-only]
abstract
IncomingUnknownProtocolPacketslong.

Gets the number of incoming packets with an unknown protocol that were received on the interface.

[read-only]
abstract
NonUnicastPacketsReceivedlong.

Gets the number of non-unicast packets that were received on the interface.

[read-only]
abstract
NonUnicastPacketsSentlong.

Gets the number of non-unicast packets that were sent on the interface.

[read-only]
abstract
OutgoingPacketsDiscardedlong.

Gets the number of outgoing packets that were discarded.

[read-only]
abstract
OutgoingPacketsWithErrorslong.

Gets the number of outgoing packets with errors.

[read-only]
abstract
OutputQueueLengthlong.

Gets the length of the output queue.

[read-only]
abstract
UnicastPacketsReceivedlong.

Gets the number of unicast packets that were received on the interface.

[read-only]
abstract
UnicastPacketsSentlong.

Gets the number of unicast packets that were sent on the interface.