IPInterfaceProperties.WinsServersAddresses Свойство

Определение

Возвращает адреса WINS-серверов.

public:
 abstract property System::Net::NetworkInformation::IPAddressCollection ^ WinsServersAddresses { System::Net::NetworkInformation::IPAddressCollection ^ 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")]
public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; }
member this.WinsServersAddresses : System.Net.NetworkInformation.IPAddressCollection
[<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
Public MustOverride ReadOnly Property WinsServersAddresses As IPAddressCollection

Значение свойства

Объект IPAddressCollection, содержащий адреса WINS-серверов, или пустой массив, если серверы не обнаружены.

Атрибуты

Комментарии

WINS предоставляет распределенную базу данных для регистрации и запроса динамических имен NetBIOS и сопоставлений IP-адресов.

Применяется к