Home
last modified time | relevance | path

Searched refs:net_ipv4_not_installed (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/
H A DPing.cs375 throw new NotSupportedException(SR.net_ipv4_not_installed); in TestIsIpSupported()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A Dping.cs747 throw new NotSupportedException(SR.GetString(SR.net_ipv4_not_installed)); in TestIsIpSupported()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs555 public const string net_ipv4_not_installed = "IPv4 is not installed."; field in SR