9 references to WsaError
System.ServiceModel (9)
System\ServiceModel\Channels\PnrpPeerResolver.cs (9)
1699if (res == (int)WsaError.WSAEINVAL || res == (int)WsaError.WSANO_DATA) 1722if (error != (int)WsaError.WSAEFAULT) // buffer length to small 1811if (error == (int)WsaError.WSAENOMORE || error == (int)WsaError.WSA_E_NO_MORE) 1816if (error == (int)WsaError.WSAEFAULT) 2073if (error == (int)WsaError.WSAENOMORE || error == (int)WsaError.WSA_E_NO_MORE) 2079if (error == (int)WsaError.WSAEFAULT)