2 references to NoData
System (2)
net\System\Net\Sockets\_MultipleConnectAsync.cs (2)
189
if (socketException != null && socketException.SocketErrorCode == SocketError.
NoData
)
227
return new SocketException(SocketError.
NoData
);