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