2 references to WSAENOBUFS
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
1605
else if (socketException.ErrorCode == UnsafeNativeMethods.
WSAENOBUFS
)
2288
(exception.ErrorCode == UnsafeNativeMethods.
WSAENOBUFS
) ||