Home
last modified time | relevance | path

Searched refs:GetIsNetworkAvailable (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DNetworkInterface.cs18 public static bool GetIsNetworkAvailable() in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterface
20 return NetworkInterfacePal.GetIsNetworkAvailable(); in GetIsNetworkAvailable()
H A DNetworkInterfacePal.UnknownUnix.cs15 public static bool GetIsNetworkAvailable() in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterfacePal
H A DNetworkInterfacePal.Windows.cs15 public static bool GetIsNetworkAvailable() in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterfacePal
H A DNetworkInterfacePal.Linux.cs15 public static bool GetIsNetworkAvailable() in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterfacePal
H A DNetworkInterfacePal.Osx.cs15 public static bool GetIsNetworkAvailable() in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterfacePal
H A DNetworkAddressChange.Linux.cs203 …scribers?.Invoke(null, new NetworkAvailabilityEventArgs(NetworkInterface.GetIsNetworkAvailable())); in OnAvailabilityTimerFired()
H A DNetworkAddressChange.OSX.cs225 …scribers?.Invoke(null, new NetworkAvailabilityEventArgs(NetworkInterface.GetIsNetworkAvailable())); in OnAddressChanged()
H A DNetworkAddressChange.Windows.cs101 s_isAvailable = NetworkInterface.GetIsNetworkAvailable(); in Start()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DNetworkInterface.cs17 public static bool GetIsNetworkAvailable(){ in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterface
H A DNetworkAddressChange.cs122 isAvailable = NetworkInterface.GetIsNetworkAvailable(); in Start()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.NetworkInformation/
H A DNetworkInterfaceTest.cs24 Assert.IsTrue (NetworkInterface.GetIsNetworkAvailable ()); in IsNetworkAvailable()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/
H A DSysUtils.cs62 return System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable(); in IsNetworkAvailable()
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.Devices/
H A DNetwork.vb241 Return NetworkInterface.GetIsNetworkAvailable()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DNetworkInterfaceBasicTest.cs259 Assert.True(NetworkInterface.GetIsNetworkAvailable()); in BasicTest_GetIsNetworkAvailable_Success()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/ref/
H A DSystem.Net.NetworkInformation.cs316 public static bool GetIsNetworkAvailable() { throw null; } in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Test/Microsoft.VisualBasic.Devices/
H A DNetworkTests.vb71 … Assert.AreEqual(NetworkInterface.GetIsNetworkAvailable(), nw.IsAvailable, testname & "-1")
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs7566 public static bool GetIsNetworkAvailable() { throw null; } in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs7641 public static bool GetIsNetworkAvailable() { throw null; } in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs7564 public static bool GetIsNetworkAvailable() { throw null; } in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs7637 public static bool GetIsNetworkAvailable() { throw null; } in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs10551 public static bool GetIsNetworkAvailable() { throw null; } in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs10203 public static bool GetIsNetworkAvailable() { throw null; } in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs10755 public static bool GetIsNetworkAvailable() { throw null; } in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs10787 public static bool GetIsNetworkAvailable() { throw null; } in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs10785 public static bool GetIsNetworkAvailable() { throw null; } in GetIsNetworkAvailable() method in System.Net.NetworkInformation.NetworkInterface

12