13 references to ERROR_IO_PENDING
System (13)
net\System\Net\_ListenerAsyncResult.cs (1)
83statusCode != UnsafeNclNativeMethods.ErrorCodes.ERROR_IO_PENDING)
net\System\Net\_ListenerRequestStream.cs (1)
264if (statusCode != UnsafeNclNativeMethods.ErrorCodes.ERROR_SUCCESS && statusCode != UnsafeNclNativeMethods.ErrorCodes.ERROR_IO_PENDING) {
net\System\Net\_ListenerResponseStream.cs (1)
297if (statusCode != UnsafeNclNativeMethods.ErrorCodes.ERROR_SUCCESS && statusCode != UnsafeNclNativeMethods.ErrorCodes.ERROR_IO_PENDING) {
net\System\Net\HttpListener.cs (2)
1263statusCode != UnsafeNclNativeMethods.ErrorCodes.ERROR_IO_PENDING) 2302statusCode == UnsafeNclNativeMethods.ErrorCodes.ERROR_IO_PENDING)
net\System\Net\HttpListenerRequest.cs (3)
120if(errorCode == UnsafeNclNativeMethods.ErrorCodes.ERROR_IO_PENDING || 169if(errorCode != UnsafeNclNativeMethods.ErrorCodes.ERROR_IO_PENDING){ 853statusCode != UnsafeNclNativeMethods.ErrorCodes.ERROR_IO_PENDING) {
net\System\Net\NetworkInformation\ping.cs (1)
704if (async && error == UnsafeNclNativeMethods.ErrorCodes.ERROR_IO_PENDING)
net\System\Net\NetworkInformation\TeredoHelper.cs (1)
94if (err == UnsafeNclNativeMethods.ErrorCodes.ERROR_IO_PENDING)
net\System\Net\Sockets\SocketErrors.cs (1)
392IOPending = (int) UnsafeNclNativeMethods.ErrorCodes.ERROR_IO_PENDING, // 997
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (2)
279statusCode != UnsafeNclNativeMethods.ErrorCodes.ERROR_IO_PENDING && 538statusCode != UnsafeNclNativeMethods.ErrorCodes.ERROR_IO_PENDING)