7 references to Pending
System (7)
net\System\Net\_ConnectStream.cs (3)
2203error = WebExceptionStatus.Pending; 2228if(error != WebExceptionStatus.Pending) { 2239if (error == WebExceptionStatus.Pending)
net\System\Net\HttpWebRequest.cs (1)
3423errorStatus = WebExceptionStatus.Pending;
net\System\Net\ServicePoint.cs (3)
269if (ws == WebExceptionStatus.Pending) { 1249if (ws == WebExceptionStatus.Pending) { 1449return WebExceptionStatus.Pending;