The properties of System.Net.NetworkInformation.IPGlobalStatistics are listed below. For a list of all members, see the IPGlobalStatistics Members list.
See Also: Inherited members from System.Object
[read-only] abstract | DefaultTtl | int.
Gets the default time-to-live (TTL) value for Internet Protocol (IP) packets. |
[read-only] abstract | ForwardingEnabled | bool.
Gets a bool value that specifies whether Internet Protocol (IP) packet forwarding is enabled. |
[read-only] abstract | NumberOfInterfaces | int.
Gets the number of network interfaces. |
[read-only] abstract | NumberOfIPAddresses | int.
Gets the number of Internet Protocol (IP) addresses assigned to the local computer. |
[read-only] abstract | NumberOfRoutes | int.
Gets the number of routes in the Internet Protocol (IP) routing table. |
[read-only] abstract | OutputPacketRequests | long.
Gets the number of outbound Internet Protocol (IP) packets. |
[read-only] abstract | OutputPacketRoutingDiscards | long.
Gets the number of routes that have been discarded from the routing table. |
[read-only] abstract | OutputPacketsDiscarded | long.
Gets the number of transmitted Internet Protocol (IP) packets that have been discarded. |
[read-only] abstract | OutputPacketsWithNoRoute | long.
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 | PacketFragmentFailures | long.
Gets the number of Internet Protocol (IP) packets that could not be fragmented. |
[read-only] abstract | PacketReassembliesRequired | long.
Gets the number of Internet Protocol (IP) packets that required reassembly. |
[read-only] abstract | PacketReassemblyFailures | long.
Gets the number of Internet Protocol (IP) packets that were not successfully reassembled. |
[read-only] abstract | PacketReassemblyTimeout | long.
Gets the maximum amount of time within which all fragments of an Internet Protocol (IP) packet must arrive. |
[read-only] abstract | PacketsFragmented | long.
Gets the number of Internet Protocol (IP) packets fragmented. |
[read-only] abstract | PacketsReassembled | long.
Gets the number of Internet Protocol (IP) packets reassembled. |
[read-only] abstract | ReceivedPackets | long.
Gets the number of Internet Protocol (IP) packets received. |
[read-only] abstract | ReceivedPacketsDelivered | long.
Gets the number of Internet Protocol (IP) packets delivered. |
[read-only] abstract | ReceivedPacketsDiscarded | long.
Gets the number of Internet Protocol (IP) packets that have been received and discarded. |
[read-only] abstract | ReceivedPacketsForwarded | long.
Gets the number of Internet Protocol (IP) packets forwarded. |
[read-only] abstract | ReceivedPacketsWithAddressErrors | long.
Gets the number of Internet Protocol (IP) packets with address errors that were received. |
[read-only] abstract | ReceivedPacketsWithHeadersErrors | long.
Gets the number of Internet Protocol (IP) packets with header errors that were received. |
[read-only] abstract | ReceivedPacketsWithUnknownProtocol | long.
Gets the number of Internet Protocol (IP) packets received on the local machine with an unknown protocol in the header. |