IPInterfaceProperties.WinsServersAddresses Propriedade

Definição

Obtém os endereços dos servidores Windows Internet Name Service (WINS).

public:
 abstract property System::Net::NetworkInformation::IPAddressCollection ^ WinsServersAddresses { System::Net::NetworkInformation::IPAddressCollection ^ get(); };
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
[System.Runtime.Versioning.UnsupportedOSPlatform("freebsd")]
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("osx")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; }
public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("freebsd")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("osx")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
member this.WinsServersAddresses : System.Net.NetworkInformation.IPAddressCollection
member this.WinsServersAddresses : System.Net.NetworkInformation.IPAddressCollection
Public MustOverride ReadOnly Property WinsServersAddresses As IPAddressCollection

Valor de Propriedade

E IPAddressCollection que contém a informação de endereço para servidores WINS, ou um array vazio se não forem encontrados servidores.

Atributos

Observações

O WINS fornece uma base de dados distribuída para registar e consultar nomes dinâmicos NetBIOS para mapeamentos de endereços IP.

Aplica-se a