다음을 통해 공유


IPInterfaceProperties.WinsServersAddresses 속성

정의

WINS(Windows Internet Name Service) 서버의 주소를 가져옵니다.

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

속성 값

WINS 서버에 대한 주소 정보가 들어 있는 IPAddressCollection이거나, 서버를 찾을 수 없는 경우 빈 배열입니다.

특성

설명

WINS는 IP 주소 매핑에 동적 NetBIOS 이름을 등록하고 쿼리하기 위한 분산 데이터베이스를 제공합니다.

적용 대상