Home
last modified time | relevance | path

Searched refs:IsDnsEligible (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DUnicastIPAddressInformation.cs56 public override bool IsDnsEligible { property in System.Net.NetworkInformation.Win32UnicastIPAddressInformation
57 get { return info.LengthFlags.IsDnsEligible; }
140 public override bool IsDnsEligible { property in System.Net.NetworkInformation.LinuxUnicastIPAddressInformation
H A DIPInterfaceProperties.cs366 a.LengthFlags.IsDnsEligible, in Win32FromAnycast()
438 a.LengthFlags.IsDnsEligible, in Win32FromMulticast()
H A DWin32NetworkInterfaceMarshal.cs237 public bool IsDnsEligible { property
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DSystemMulticastIPAddressInformation.cs29 public override bool IsDnsEligible property in System.Net.NetworkInformation.SystemMulticastIPAddressInformation
33 return (_innerInfo.IsDnsEligible);
H A DSystemUnicastIPAddressInformation.cs79 public override bool IsDnsEligible property in System.Net.NetworkInformation.SystemUnicastIPAddressInformation
83 return _innerInfo.IsDnsEligible;
H A DIPAddressInformation.cs20 public abstract bool IsDnsEligible { get; } property in System.Net.NetworkInformation.IPAddressInformation
H A DLinuxIPAddressInformation.cs18 …public override bool IsDnsEligible { get { throw new PlatformNotSupportedException(SR.net_Informat… property in System.Net.NetworkInformation.LinuxIPAddressInformation
H A DSystemIPAddressInformation.cs34 public override bool IsDnsEligible property in System.Net.NetworkInformation.SystemIPAddressInformation
H A DUnixMulticastIPAddressInformation.cs18 …public override bool IsDnsEligible { get { throw new PlatformNotSupportedException(SR.net_Informat… property in System.Net.NetworkInformation.UnixMulticastIPAddressInformation
H A DUnixUnicastIPAddressInformation.cs22 …public override bool IsDnsEligible { get { throw new PlatformNotSupportedException(SR.net_Informat… property in System.Net.NetworkInformation.UnixUnicastIPAddressInformation
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DSystemMulticastIPAddressInformation.cs37 public override bool IsDnsEligible{ property in System.Net.NetworkInformation.SystemMulticastIPAddressInformation
39 return (innerInfo.IsDnsEligible);
H A DSystemUnicastIPAddressInformation.cs79 public override bool IsDnsEligible{ property in System.Net.NetworkInformation.SystemUnicastIPAddressInformation
81 return (innerInfo.IsDnsEligible);
H A DIPAddressInformation.cs15 public abstract bool IsDnsEligible { get;} property in System.Net.NetworkInformation.IPAddressInformation
H A DSystemIPAddressInformation.cs52 public override bool IsDnsEligible{ property in System.Net.NetworkInformation.SystemIPAddressInformation
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DIPInterfacePropertiesTest_Windows.cs41 _log.WriteLine("--- Dns Eligible: " + anyAddr.IsDnsEligible); in IPInfoTest_AccessAllProperties_NoErrors()
78 _log.WriteLine("--- Dns Eligible: " + multi.IsDnsEligible); in IPInfoTest_AccessAllProperties_NoErrors()
94 _log.WriteLine("--- Dns Eligible: " + uni.IsDnsEligible); in IPInfoTest_AccessAllProperties_NoErrors()
H A DIPInterfacePropertiesTest_OSX.cs70 Assert.Throws<PlatformNotSupportedException>(() => multi.IsDnsEligible); in IPInfoTest_AccessAllProperties_NoErrors()
86 Assert.Throws<PlatformNotSupportedException>(() => uni.IsDnsEligible); in IPInfoTest_AccessAllProperties_NoErrors()
H A DIPInterfacePropertiesTest_Linux.cs72 Assert.Throws<PlatformNotSupportedException>(() => multi.IsDnsEligible); in IPInfoTest_AccessAllProperties_NoErrors()
88 Assert.Throws<PlatformNotSupportedException>(() => uni.IsDnsEligible); in IPInfoTest_AccessAllProperties_NoErrors()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/ref/
H A DSystem.Net.NetworkInformation.cs108 public abstract bool IsDnsEligible { get; } property in System.Net.NetworkInformation.IPAddressInformation
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs7304 public abstract bool IsDnsEligible { get; } property in System.Net.NetworkInformation.IPAddressInformation
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs7379 public abstract bool IsDnsEligible { get; } property in System.Net.NetworkInformation.IPAddressInformation
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs7302 public abstract bool IsDnsEligible { get; } property in System.Net.NetworkInformation.IPAddressInformation
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs7375 public abstract bool IsDnsEligible { get; } property in System.Net.NetworkInformation.IPAddressInformation
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs10298 public abstract bool IsDnsEligible { get; } property in System.Net.NetworkInformation.IPAddressInformation
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs9950 public abstract bool IsDnsEligible { get; } property in System.Net.NetworkInformation.IPAddressInformation
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs10492 public abstract bool IsDnsEligible { get; } property in System.Net.NetworkInformation.IPAddressInformation

12