IPGlobalProperties.IsWinsProxy Propriété

Définition

Obtient une valeur Boolean qui spécifie si l'ordinateur local agit comme proxy WINS (Windows Internet Name Service).

C#
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
public abstract bool IsWinsProxy { get; }
C#
public abstract bool IsWinsProxy { get; }

Valeur de propriété

true si l'ordinateur local est un proxy WINS ; sinon false.

Attributs

Exceptions

Un appel de fonction Win32 a échoué.

Exemples

L’exemple de code suivant affiche des informations réseau pour 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

WINS fournit une base de données distribuée pour l’inscription et l’interrogation de noms NetBIOS dynamiques sur des mappages d’adresses IP.

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