IPGlobalProperties.GetIPGlobalProperties Méthode

Définition

Obtient un objet qui fournit des informations sur la connectivité réseau et les statistiques de trafic de l'ordinateur local.

C#
[System.Runtime.Versioning.UnsupportedOSPlatform("illumos")]
[System.Runtime.Versioning.UnsupportedOSPlatform("solaris")]
public static System.Net.NetworkInformation.IPGlobalProperties GetIPGlobalProperties();
C#
public static System.Net.NetworkInformation.IPGlobalProperties GetIPGlobalProperties();

Retours

Objet IPGlobalProperties qui contient des informations sur l'ordinateur local.

Attributs

Exemples

L’exemple de code suivant affiche des informations sur l’ordinateur local.

C#
IPGlobalProperties properties = IPGlobalProperties.GetIPGlobalProperties();
Console.WriteLine("Computer name: {0}", properties.HostName);
Console.WriteLine("Domain name:   {0}", properties.DomainName);
Console.WriteLine("Node type:     {0:f}", properties.NodeType);
Console.WriteLine("DHCP scope:    {0}", properties.DhcpScopeName);
Console.WriteLine("WINS proxy?    {0}", properties.IsWinsProxy);

Remarques

L’objet retourné par cette méthode est un type fourni par le système qui dérive de la IPGlobalProperties classe .

S’applique à

Produit Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1