System.Net.NetworkInformation.IPGlobalStatistics Members

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

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Net.NetworkInformation.IPGlobalStatistics class.

Public Properties

[read-only]
abstract
DefaultTtlint.

Gets the default time-to-live (TTL) value for Internet Protocol (IP) packets.

[read-only]
abstract
ForwardingEnabledbool.

Gets a bool value that specifies whether Internet Protocol (IP) packet forwarding is enabled.

[read-only]
abstract
NumberOfInterfacesint.

Gets the number of network interfaces.

[read-only]
abstract
NumberOfIPAddressesint.

Gets the number of Internet Protocol (IP) addresses assigned to the local computer.

[read-only]
abstract
NumberOfRoutesint.

Gets the number of routes in the Internet Protocol (IP) routing table.

[read-only]
abstract
OutputPacketRequestslong.

Gets the number of outbound Internet Protocol (IP) packets.

[read-only]
abstract
OutputPacketRoutingDiscardslong.

Gets the number of routes that have been discarded from the routing table.

[read-only]
abstract
OutputPacketsDiscardedlong.

Gets the number of transmitted Internet Protocol (IP) packets that have been discarded.

[read-only]
abstract
OutputPacketsWithNoRoutelong.

Gets the number of Internet Protocol (IP) packets for which the local computer could not determine a route to the destination address.

[read-only]
abstract
PacketFragmentFailureslong.

Gets the number of Internet Protocol (IP) packets that could not be fragmented.

[read-only]
abstract
PacketReassembliesRequiredlong.

Gets the number of Internet Protocol (IP) packets that required reassembly.

[read-only]
abstract
PacketReassemblyFailureslong.

Gets the number of Internet Protocol (IP) packets that were not successfully reassembled.

[read-only]
abstract
PacketReassemblyTimeoutlong.

Gets the maximum amount of time within which all fragments of an Internet Protocol (IP) packet must arrive.

[read-only]
abstract
PacketsFragmentedlong.

Gets the number of Internet Protocol (IP) packets fragmented.

[read-only]
abstract
PacketsReassembledlong.

Gets the number of Internet Protocol (IP) packets reassembled.

[read-only]
abstract
ReceivedPacketslong.

Gets the number of Internet Protocol (IP) packets received.

[read-only]
abstract
ReceivedPacketsDeliveredlong.

Gets the number of Internet Protocol (IP) packets delivered.

[read-only]
abstract
ReceivedPacketsDiscardedlong.

Gets the number of Internet Protocol (IP) packets that have been received and discarded.

[read-only]
abstract
ReceivedPacketsForwardedlong.

Gets the number of Internet Protocol (IP) packets forwarded.

[read-only]
abstract
ReceivedPacketsWithAddressErrorslong.

Gets the number of Internet Protocol (IP) packets with address errors that were received.

[read-only]
abstract
ReceivedPacketsWithHeadersErrorslong.

Gets the number of Internet Protocol (IP) packets with header errors that were received.

[read-only]
abstract
ReceivedPacketsWithUnknownProtocollong.

Gets the number of Internet Protocol (IP) packets received on the local machine with an unknown protocol in the header.