System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics Method

Provides Internet Protocol version 6 (IPv6) statistical data for the local computer.

Syntax

public abstract IPGlobalStatistics GetIPv6GlobalStatistics ()

Returns

An System.Net.NetworkInformation.IPGlobalStatistics object that provides IPv6 traffic statistics for the local computer.

Remarks

IPv6 is a network layer protocol responsible for routing data packets from its source computer to its destination. The IPv6 protocol is not supported on computers with Windows 2000 or earlier operating systems.

For details on the IP traffic statistics available to applications, see the System.Net.NetworkInformation.IPGlobalStatistics class documentation. Note that the object returned by this method reflects the statistics as of the time the System.Net.NetworkInformation.IPGlobalStatistics object is created. This information is not updated dynamically.

Requirements

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