Home
last modified time | relevance | path

Searched refs:net_sockets_mustbind (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 DSocket.cs1029 throw new InvalidOperationException(SR.net_sockets_mustbind); in Accept()
1587 throw new InvalidOperationException(SR.net_sockets_mustbind); in ReceiveMessageFrom()
1668 throw new InvalidOperationException(SR.net_sockets_mustbind); in ReceiveFrom()
3165 throw new InvalidOperationException(SR.net_sockets_mustbind); in BeginReceiveMessageFrom()
3372 throw new InvalidOperationException(SR.net_sockets_mustbind); in BeginReceiveFrom()
3593 throw new InvalidOperationException(SR.net_sockets_mustbind); in DoBeginAccept()
3749 throw new InvalidOperationException(SR.net_sockets_mustbind); in AcceptAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs407 …public const string net_sockets_mustbind = "You must call the Bind method before performing this o… field in SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSocket.cs1249 throw new InvalidOperationException(SR.GetString(SR.net_sockets_mustbind)); in Accept()
2007 throw new InvalidOperationException(SR.GetString(SR.net_sockets_mustbind)); in ReceiveMessageFrom()
2114 throw new InvalidOperationException(SR.GetString(SR.net_sockets_mustbind)); in ReceiveFrom()
4617 throw new InvalidOperationException(SR.GetString(SR.net_sockets_mustbind)); in BeginReceiveMessageFrom()
4856 throw new InvalidOperationException(SR.GetString(SR.net_sockets_mustbind)); in BeginReceiveFrom()
5108 throw new InvalidOperationException(SR.GetString(SR.net_sockets_mustbind)); in DoBeginAccept()
5447 throw new InvalidOperationException(SR.GetString(SR.net_sockets_mustbind)); in DoBeginAccept()
7675 throw new InvalidOperationException(SR.GetString(SR.net_sockets_mustbind)); in AcceptAsync()