Home
last modified time | relevance | path

Searched refs:WinsServersAddresses (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DIPInterfacePropertiesTest_Linux.cs97 Assert.NotNull(ipProperties.WinsServersAddresses); in IPInfoTest_AccessAllProperties_NoErrors()
98 _log.WriteLine("- Wins Addresses: " + ipProperties.WinsServersAddresses.Count); in IPInfoTest_AccessAllProperties_NoErrors()
99 foreach (IPAddress wins in ipProperties.WinsServersAddresses) in IPInfoTest_AccessAllProperties_NoErrors()
H A DIPInterfacePropertiesTest_Windows.cs104 Assert.NotNull(ipProperties.WinsServersAddresses); in IPInfoTest_AccessAllProperties_NoErrors()
105 _log.WriteLine("- Wins Addresses: " + ipProperties.WinsServersAddresses.Count); in IPInfoTest_AccessAllProperties_NoErrors()
106 foreach (IPAddress wins in ipProperties.WinsServersAddresses) in IPInfoTest_AccessAllProperties_NoErrors()
H A DIPInterfacePropertiesTest_OSX.cs95 … Assert.Throws<PlatformNotSupportedException>(() => ipProperties.WinsServersAddresses); in IPInfoTest_AccessAllProperties_NoErrors()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DIPInterfaceProperties.cs61 public abstract IPAddressCollection WinsServersAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
H A DLinuxIPv4InterfaceProperties.cs33 … UsesWins { get { return _linuxNetworkInterface.GetIPProperties().WinsServersAddresses.Count > 0; …
H A DLinuxIPInterfaceProperties.cs37 … public override IPAddressCollection WinsServersAddresses { get { return _winsServerAddresses; } } property in System.Net.NetworkInformation.LinuxIPInterfaceProperties
H A DOsxIpInterfaceProperties.cs33 …public override IPAddressCollection WinsServersAddresses { get { throw new PlatformNotSupportedExc… property in System.Net.NetworkInformation.OsxIpInterfaceProperties
H A DSystemIPInterfaceProperties.cs157 public override IPAddressCollection WinsServersAddresses property in System.Net.NetworkInformation.SystemIPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DIPInterfaceProperties.cs38 public abstract IPAddressCollection WinsServersAddresses{get;} property in System.Net.NetworkInformation.IPInterfaceProperties
H A DSystemIPInterfaceProperties.cs136 public override IPAddressCollection WinsServersAddresses{ property in System.Net.NetworkInformation.SystemIPInterfaceProperties
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dwin_network.py219 if ip_properties.WinsServersAddresses.Count > 0:
220 for addrs in ip_properties.WinsServersAddresses:
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DIPInterfaceProperties.cs221 public override IPAddressCollection WinsServersAddresses { property in System.Net.NetworkInformation.UnixIPInterfaceProperties
467 public override IPAddressCollection WinsServersAddresses { property in System.Net.NetworkInformation.Win32IPInterfaceProperties2
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/ref/
H A DSystem.Net.NetworkInformation.cs188 … public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs7385 … public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs7460 … public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs7383 … public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs7456 … public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs10374 … public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs10026 … public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs10573 … public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs10605 … public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs10603 … public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs10573 … public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs10573 … public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs10564 … public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties

12