Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DNetworkStream.cs57 throw new IOException(SR.net_sockets_blocking); in NetworkStream()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DNetworkStream.cs406 throw new IOException(SR.GetString(SR.net_sockets_blocking)); in InitNetworkStream()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs402 …public const string net_sockets_blocking = "The operation is not allowed on a non-blocking Socket.… field in SR