System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties Method

Gets an object that provides information about the local computer's network connectivity and traffic statistics.

Syntax

public static IPGlobalProperties GetIPGlobalProperties ()

Returns

A System.Net.NetworkInformation.IPGlobalProperties object that contains information about the local computer.

Remarks

The object returned by this method is a system-supplied type that derives from the System.Net.NetworkInformation.IPGlobalProperties class.

Requirements

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