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