IPGlobalProperties.GetIPGlobalProperties Yöntem

Tanım

Yerel bilgisayarın ağ bağlantısı ve trafik istatistikleri hakkında bilgi sağlayan bir nesnesi alır.

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();

Döndürülenler

IPGlobalProperties Yerel bilgisayar hakkında bilgi içeren bir nesne.

Öznitelikler

Örnekler

Aşağıdaki kod örneği, yerel bilgisayar hakkındaki bilgileri görüntüler.

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);

Açıklamalar

Bu yöntem tarafından döndürülen nesnesi, sınıfından IPGlobalProperties türetilen sistem tarafından sağlanan bir türdür.

Şunlara uygulanır

Ürün Sürümler
.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