Home
last modified time | relevance | path

Searched refs:net_socketopinprogress (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 DSocketAsyncEventArgs.cs494 throw new InvalidOperationException(SR.net_socketopinprogress); in ThrowForNonFreeStatus()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs421 …public const string net_socketopinprogress = "An asynchronous socket operation is already in progr… field in SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSocket.cs8994 throw new InvalidOperationException(SR.GetString(SR.net_socketopinprogress)); in StartConfiguring()
9017 throw new InvalidOperationException(SR.GetString(SR.net_socketopinprogress)); in StartOperationCommon()