Home
last modified time | relevance | path

Searched refs:net_InvalidSocketAddressSize (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.cs144 …throw new ArgumentException(SR.Format(SR.net_InvalidSocketAddressSize, socketAddress.GetType().Ful… in Create()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DIPEndPoint.cs144 …throw new ArgumentException(SR.GetString(SR.net_InvalidSocketAddressSize, socketAddress.GetType().… in Create()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/Internals/
H A DIPEndPointExtensions.cs37 …throw new ArgumentException(SR.Format(SR.net_InvalidSocketAddressSize, socketAddress.GetType().Ful… in Create()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs387 …public const string net_InvalidSocketAddressSize = "The supplied {0} is an invalid size for the {1… field in SR