Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DTCPListener.cs177 throw new InvalidOperationException(SR.GetString(SR.net_InvalidSocketHandle)); in Start()
H A DSocket.cs294 throw new ArgumentException(SR.GetString(SR.net_InvalidSocketHandle)); in Socket()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs384 public const string net_InvalidSocketHandle = "The socket handle is not valid."; field in SR