IPInterfaceProperties.WinsServersAddresses Egenskap

Definition

Hämtar adresserna till Windows WINS-servrar (Internet Name Service).

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

Egenskapsvärde

En IPAddressCollection som innehåller adressinformationen för WINS-servrar eller en tom matris om inga servrar hittas.

Kommentarer

WINS tillhandahåller en distribuerad databas för att registrera och köra frågor mot dynamiska NetBIOS-namn till IP-adressmappningar.

Gäller för