IPInterfaceProperties.WinsServersAddresses 属性
定义
获取 Windows Internet 名称服务 (WINS) 服务器的地址。Gets the addresses of Windows Internet Name Service (WINS) servers.
public:
abstract property System::Net::NetworkInformation::IPAddressCollection ^ WinsServersAddresses { System::Net::NetworkInformation::IPAddressCollection ^ get(); };
public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; }
member this.WinsServersAddresses : System.Net.NetworkInformation.IPAddressCollection
Public MustOverride ReadOnly Property WinsServersAddresses As IPAddressCollection
属性值
IPAddressCollection,它包含 WINS 服务器的地址信息,如果找不到服务器,则包含空数组。An IPAddressCollection that contains the address information for WINS servers, or an empty array if no servers are found.
注解
WINS 提供了一个分布式数据库,用于向 IP 地址映射注册和查询动态 NetBIOS 名称。WINS provides a distributed database for registering and querying dynamic NetBIOS names to IP address mappings.