Home
last modified time | relevance | path

Searched refs:net_sockets_no_duplicate_async (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs420 …public const string net_sockets_no_duplicate_async = "BeginConnect cannot be called while another … field in SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSocket.cs2888 … throw new InvalidOperationException(SR.GetString(SR.net_sockets_no_duplicate_async)); in DoBeginConnect()