System.Net.NetworkInformation.IPGlobalStatistics Class

Provides Internet Protocol (IP) statistical data.

See Also: IPGlobalStatistics Members

Syntax

public abstract class IPGlobalStatistics

Remarks

This class is used by the IPGlobalProperties.GetIPv4GlobalStatistics and IPGlobalProperties.GetIPv6GlobalStatistics methods to return IP traffic information.

The Internet protocol is used to move IP packets from a source computer to a destination computer. IP also handles dividing a packet that is too large into multiple packets that are small enough for transport, in a process known as fragmentation.

The properties in this class correlate to the Management Information Base objects for IP defined in IETF RFC 2011.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0