Home
last modified time | relevance | path

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

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DIPInterfaceProperties.cs26 public abstract bool IsDynamicDnsEnabled { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
H A DLinuxIPInterfaceProperties.cs29 …public override bool IsDynamicDnsEnabled { get { throw new PlatformNotSupportedException(SR.net_In… property in System.Net.NetworkInformation.LinuxIPInterfaceProperties
H A DOsxIpInterfaceProperties.cs31 …public override bool IsDynamicDnsEnabled { get { throw new PlatformNotSupportedException(SR.net_In… property in System.Net.NetworkInformation.OsxIpInterfaceProperties
H A DSystemIPInterfaceProperties.cs74 public override bool IsDynamicDnsEnabled { get { return _dynamicDnsEnabled; } } 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.cs17 public abstract bool IsDynamicDnsEnabled{get;} property in System.Net.NetworkInformation.IPInterfaceProperties
H A DSystemIPInterfaceProperties.cs73 public override bool IsDynamicDnsEnabled{get {return dynamicDnsEnabled;}} property in System.Net.NetworkInformation.SystemIPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DIPInterfaceProperties.cs178 public override bool IsDynamicDnsEnabled { property in System.Net.NetworkInformation.UnixIPInterfaceProperties
422 public override bool IsDynamicDnsEnabled { property in System.Net.NetworkInformation.Win32IPInterfaceProperties2
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DIPInterfacePropertiesTest_OSX.cs63 … Assert.Throws<PlatformNotSupportedException>(() => ipProperties.IsDynamicDnsEnabled); in IPInfoTest_AccessAllProperties_NoErrors()
H A DIPInterfacePropertiesTest_Linux.cs65 … Assert.Throws<PlatformNotSupportedException>(() => ipProperties.IsDynamicDnsEnabled); in IPInfoTest_AccessAllProperties_NoErrors()
H A DIPInterfacePropertiesTest_Windows.cs71 _log.WriteLine("- Dynamic Dns Enabled: " + ipProperties.IsDynamicDnsEnabled); in IPInfoTest_AccessAllProperties_NoErrors()
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dwin_network.py128 "dynamic_dns_enabled": ip_properties.IsDynamicDnsEnabled,
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/ref/
H A DSystem.Net.NetworkInformation.cs185 public abstract bool IsDynamicDnsEnabled { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs7382 public abstract bool IsDynamicDnsEnabled { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs7457 public abstract bool IsDynamicDnsEnabled { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs7380 public abstract bool IsDynamicDnsEnabled { get; } property in System.Net.NetworkInformation.IPInterfaceProperties
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs7453 public abstract bool IsDynamicDnsEnabled { 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.cs10371 public abstract bool IsDynamicDnsEnabled { 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.cs10023 public abstract bool IsDynamicDnsEnabled { 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.cs10570 public abstract bool IsDynamicDnsEnabled { 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.cs10602 public abstract bool IsDynamicDnsEnabled { 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.cs10600 public abstract bool IsDynamicDnsEnabled { 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.cs10570 public abstract bool IsDynamicDnsEnabled { 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.cs10570 public abstract bool IsDynamicDnsEnabled { 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.cs10561 public abstract bool IsDynamicDnsEnabled { 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.cs10840 public abstract bool IsDynamicDnsEnabled { get; } property in System.Net.NetworkInformation.IPInterfaceProperties

12