Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs403 …public const string net_sockets_useblocking = "Use the Blocking property to change the status of t… field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSocketPal.Windows.cs438 throw new InvalidOperationException(SR.net_sockets_useblocking); in WindowsIoctl()
H A DSocketPal.Unix.cs1056 throw new InvalidOperationException(SR.net_sockets_useblocking); in WindowsIoctl()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSocket.cs2219 throw new InvalidOperationException(SR.GetString(SR.net_sockets_useblocking)); in IOControl()
2276 throw new InvalidOperationException(SR.GetString(SR.net_sockets_useblocking)); in IOControl()