Home
last modified time | relevance | path

Searched refs:AnycastAddresses (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DIPInterfacePropertiesTest_Windows.cs36 Assert.NotNull(ipProperties.AnycastAddresses); in IPInfoTest_AccessAllProperties_NoErrors()
37 _log.WriteLine("- Anycast Addresses: " + ipProperties.AnycastAddresses.Count); in IPInfoTest_AccessAllProperties_NoErrors()
38 foreach (IPAddressInformation anyAddr in ipProperties.AnycastAddresses) in IPInfoTest_AccessAllProperties_NoErrors()
H A DIPInterfacePropertiesTest_OSX.cs36 Assert.Throws<PlatformNotSupportedException>(() => ipProperties.AnycastAddresses); in IPInfoTest_AccessAllProperties_NoErrors()
H A DIPInterfacePropertiesTest_Linux.cs37 Assert.Throws<PlatformNotSupportedException>(() => ipProperties.AnycastAddresses); 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.cs41 public abstract IPAddressInformationCollection AnycastAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
H A DLinuxIPInterfaceProperties.cs31 …public override IPAddressInformationCollection AnycastAddresses { get { throw new PlatformNotSuppo… property in System.Net.NetworkInformation.LinuxIPInterfaceProperties
H A DOsxIpInterfaceProperties.cs23 …public override IPAddressInformationCollection AnycastAddresses { get { throw new PlatformNotSuppo… property in System.Net.NetworkInformation.OsxIpInterfaceProperties
H A DSystemIPInterfaceProperties.cs105 public override IPAddressInformationCollection AnycastAddresses 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.cs26 public abstract IPAddressInformationCollection AnycastAddresses{get;} property in System.Net.NetworkInformation.IPInterfaceProperties
H A DSystemIPInterfaceProperties.cs96 public override IPAddressInformationCollection AnycastAddresses{ property in System.Net.NetworkInformation.SystemIPInterfaceProperties
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dwin_network.py207 if ip_properties.AnycastAddresses.Count > 0:
209 for addrs in ip_properties.AnycastAddresses:
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DIPInterfaceProperties.cs127 public override IPAddressInformationCollection AnycastAddresses { property in System.Net.NetworkInformation.UnixIPInterfaceProperties
354 public override IPAddressInformationCollection AnycastAddresses { 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.cs179 …lic abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs7376 …lic abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs7451 …lic abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs7374 …lic abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs7447 …lic abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { 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.cs10365 …lic abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { 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.cs10017 …lic abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { 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.cs10564 …lic abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { 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.cs10596 …lic abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { 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.cs10594 …lic abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { 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.cs10564 …lic abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { 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.cs10564 …lic abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { 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.cs10555 …lic abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs10834 …lic abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { get; } property in System.Net.NetworkInformation.IPInterfaceProperties

12