Home
last modified time | relevance | path

Searched refs:net_InvalidAddressFamily (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/
H A DIPEndPoint.cs140 …throw new ArgumentException(SR.Format(SR.net_InvalidAddressFamily, socketAddress.Family.ToString()… in Create()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DIPEndPoint.cs141 …throw new ArgumentException(SR.GetString(SR.net_InvalidAddressFamily, socketAddress.Family.ToStrin… in Create()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/Internals/
H A DIPEndPointExtensions.cs30 …throw new ArgumentException(SR.Format(SR.net_InvalidAddressFamily, family.ToString(), thisObj.GetT… in Create()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs385 …public const string net_InvalidAddressFamily = "The AddressFamily {0} is not valid for the {1} end… field in SR