IPInterfaceProperties.WinsServersAddresses Eigenschaft

Definition

Ruft die Adressen von WINS (Windows Internet Name Service)-Servern ab.

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

Eigenschaftswert

Eine IPAddressCollection mit den Adressinformationen für WINS-Server, oder ein leeres Array, wenn keine Server gefunden werden.

Attribute

Hinweise

WINS stellt eine verteilte Datenbank zum Registrieren und Abfragen dynamischer NetBIOS-Namen für IP-Adresszuordnungen bereit.

Gilt für: