IPInterfaceProperties::WinsServersAddresses Property

 

Gets the addresses of Windows Internet Name Service (WINS) servers.

Namespace:   System.Net.NetworkInformation
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
Return to top
Show: