/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/ |
H A D | UnicastIPAddressInformation.cs | 56 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 D | IPInterfaceProperties.cs | 366 a.LengthFlags.IsDnsEligible, in Win32FromAnycast() 438 a.LengthFlags.IsDnsEligible, in Win32FromMulticast()
|
H A D | Win32NetworkInterfaceMarshal.cs | 237 public bool IsDnsEligible { property
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/ |
H A D | SystemMulticastIPAddressInformation.cs | 29 public override bool IsDnsEligible property in System.Net.NetworkInformation.SystemMulticastIPAddressInformation 33 return (_innerInfo.IsDnsEligible);
|
H A D | SystemUnicastIPAddressInformation.cs | 79 public override bool IsDnsEligible property in System.Net.NetworkInformation.SystemUnicastIPAddressInformation 83 return _innerInfo.IsDnsEligible;
|
H A D | IPAddressInformation.cs | 20 public abstract bool IsDnsEligible { get; } property in System.Net.NetworkInformation.IPAddressInformation
|
H A D | LinuxIPAddressInformation.cs | 18 …public override bool IsDnsEligible { get { throw new PlatformNotSupportedException(SR.net_Informat… property in System.Net.NetworkInformation.LinuxIPAddressInformation
|
H A D | SystemIPAddressInformation.cs | 34 public override bool IsDnsEligible property in System.Net.NetworkInformation.SystemIPAddressInformation
|
H A D | UnixMulticastIPAddressInformation.cs | 18 …public override bool IsDnsEligible { get { throw new PlatformNotSupportedException(SR.net_Informat… property in System.Net.NetworkInformation.UnixMulticastIPAddressInformation
|
H A D | UnixUnicastIPAddressInformation.cs | 22 …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 D | SystemMulticastIPAddressInformation.cs | 37 public override bool IsDnsEligible{ property in System.Net.NetworkInformation.SystemMulticastIPAddressInformation 39 return (innerInfo.IsDnsEligible);
|
H A D | SystemUnicastIPAddressInformation.cs | 79 public override bool IsDnsEligible{ property in System.Net.NetworkInformation.SystemUnicastIPAddressInformation 81 return (innerInfo.IsDnsEligible);
|
H A D | IPAddressInformation.cs | 15 public abstract bool IsDnsEligible { get;} property in System.Net.NetworkInformation.IPAddressInformation
|
H A D | SystemIPAddressInformation.cs | 52 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 D | IPInterfacePropertiesTest_Windows.cs | 41 _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 D | IPInterfacePropertiesTest_OSX.cs | 70 Assert.Throws<PlatformNotSupportedException>(() => multi.IsDnsEligible); in IPInfoTest_AccessAllProperties_NoErrors() 86 Assert.Throws<PlatformNotSupportedException>(() => uni.IsDnsEligible); in IPInfoTest_AccessAllProperties_NoErrors()
|
H A D | IPInterfacePropertiesTest_Linux.cs | 72 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 D | System.Net.NetworkInformation.cs | 108 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 D | System.cs | 7304 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 D | System.cs | 7379 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 D | System.cs | 7302 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 D | System.cs | 7375 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 D | System.cs | 10298 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 D | System.cs | 9950 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 D | System.cs | 10492 public abstract bool IsDnsEligible { get; } property in System.Net.NetworkInformation.IPAddressInformation
|