IPInterfaceProperties::WinsServersAddresses Property
.NET Framework (current version)
Gets the addresses of Windows Internet Name Service (WINS) servers.
Assembly: System (in System.dll)
public: property IPAddressCollection^ WinsServersAddresses { virtual IPAddressCollection^ get() abstract; }
Property Value
Type: System.Net.NetworkInformation::IPAddressCollection^An IPAddressCollection that contains the address information for WINS servers, or an empty array if no servers are found.
WINS provides a distributed database for registering and querying dynamic NetBIOS names to IP address mappings.
.NET Framework
Available since 2.0
Available since 2.0
Show: