65 references to InternalWaitForCompletion
System (65)
net\System\Net\_Connection.cs (1)
754object responseObject = request.ConnectionAsyncResult.InternalWaitForCompletion();
net\System\Net\_ConnectStream.cs (5)
436object syncReaderResult = m_Request.ConnectionReaderAsyncResult.InternalWaitForCompletion(); 1318object returnValue = castedAsyncResult.InternalWaitForCompletion(); 1940object result = castedAsyncResult.InternalWaitForCompletion(); 3174return (int) lazyResult.InternalWaitForCompletion(); 3185lazyResult.InternalWaitForCompletion();
net\System\Net\_FtpDataStream.cs (1)
256object result = ((LazyAsyncResult)ar).InternalWaitForCompletion();
net\System\Net\_ListenerRequestStream.cs (1)
303object returnValue = castedAsyncResult.InternalWaitForCompletion();
net\System\Net\_ListenerResponseStream.cs (1)
342object returnValue = castedAsyncResult.InternalWaitForCompletion();
net\System\Net\_StreamFramer.cs (2)
328workerResult.InternalWaitForCompletion(); 471workerResult.InternalWaitForCompletion();
net\System\Net\_TLSstream.cs (3)
205bufferResult.InternalWaitForCompletion(); 315bufferResult.InternalWaitForCompletion(); 525Exception e = result.InternalWaitForCompletion() as Exception;
net\System\Net\Cache\_CacheStreams.cs (2)
281myResult.InternalWaitForCompletion(); 726myResult.InternalWaitForCompletion();
net\System\Net\Cache\_SingleItemRequestCache.cs (2)
361return (int)ar.InternalWaitForCompletion(); 530ar.InternalWaitForCompletion();
net\System\Net\DNS.cs (1)
807castedResult.InternalWaitForCompletion();
net\System\Net\filewebrequest.cs (2)
310object result = ar.InternalWaitForCompletion(); 345object result = ar.InternalWaitForCompletion();
net\System\Net\FtpWebRequest.cs (4)
644m_ReadAsyncResult.InternalWaitForCompletion(); 848castedAsyncResult.InternalWaitForCompletion(); 1030castedAsyncResult.InternalWaitForCompletion(); 2214m_RequestCompleteAsyncResult.InternalWaitForCompletion();
net\System\Net\HttpListener.cs (1)
1296httpContext = castedAsyncResult.InternalWaitForCompletion() as HttpListenerContext;
net\System\Net\HttpListenerRequest.cs (1)
636clientCertificate = clientCertAsyncResult.InternalWaitForCompletion() as X509Certificate2;
net\System\Net\HttpWebRequest.cs (4)
1483ConnectStream connectStream = castedAsyncResult.InternalWaitForCompletion() as ConnectStream; 1600ConnectStream connectStream = _WriteAResult.InternalWaitForCompletion() as ConnectStream; 2073HttpWebResponse httpWebResponse = castedAsyncResult.InternalWaitForCompletion() as HttpWebResponse; 2263httpWebResponse = _ReadAResult.InternalWaitForCompletion() as HttpWebResponse;
net\System\Net\mail\Base64Stream.cs (2)
495thisPtr.InternalWaitForCompletion(); 568thisPtr.InternalWaitForCompletion();
net\System\Net\mail\BufferedReadStream.cs (1)
252thisPtr.InternalWaitForCompletion();
net\System\Net\mail\Message.cs (1)
305castedAsyncResult.InternalWaitForCompletion();
net\System\Net\mail\MimeBasePart.cs (1)
242castedAsyncResult.InternalWaitForCompletion();
net\System\Net\mail\MultiAsyncResult.cs (1)
60thisPtr.InternalWaitForCompletion();
net\System\Net\mail\QEncodedStream.cs (1)
383thisPtr.InternalWaitForCompletion();
net\System\Net\mail\QuotedPrintableStream.cs (1)
415thisPtr.InternalWaitForCompletion();
net\System\Net\mail\smtpconnection.cs (1)
653object connectResult = thisPtr.InternalWaitForCompletion();
net\System\Net\mail\SmtpReplyReaderFactory.cs (1)
415thisPtr.InternalWaitForCompletion();
net\System\Net\mail\SmtpTransport.cs (1)
392object sendMailResult = thisPtr.InternalWaitForCompletion();
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (1)
423result.InternalWaitForCompletion();
net\System\Net\SecureProtocols\_NegoState.cs (1)
435lazyResult.InternalWaitForCompletion();
net\System\Net\SecureProtocols\_SslState.cs (6)
731lazyResult.InternalWaitForCompletion(); 1144lazyResult.InternalWaitForCompletion(); 1224lazyResult.InternalWaitForCompletion(); 1295lazyResult.InternalWaitForCompletion(); 1374lazyResult.InternalWaitForCompletion(); 1730Exception exception = lazyAsyncResult.InternalWaitForCompletion() as Exception;
net\System\Net\SecureProtocols\_SslStream.cs (2)
155bufferResult.InternalWaitForCompletion(); 207lazyResult.InternalWaitForCompletion();
net\System\Net\SecureProtocols\NegotiateStream.cs (2)
617bufferResult.InternalWaitForCompletion(); 686bufferResult.InternalWaitForCompletion();
net\System\Net\Sockets\Socket.cs (11)
3373castedAsyncResult.InternalWaitForCompletion(); 3840int bytesTransferred = (int)castedAsyncResult.InternalWaitForCompletion(); 3905castedAsyncResult.InternalWaitForCompletion(); 4110int bytesTransferred = (int)castedAsyncResult.InternalWaitForCompletion(); 4485int bytesTransferred = (int)castedAsyncResult.InternalWaitForCompletion(); 4682int bytesTransferred = (int)castedAsyncResult.InternalWaitForCompletion(); 4942int bytesTransferred = (int)castedAsyncResult.InternalWaitForCompletion(); 5502object result = castedAsyncResult.InternalWaitForCompletion(); 5577Socket socket = (Socket)castedAsyncResult.InternalWaitForCompletion(); 6146castedAsyncResult.InternalWaitForCompletion(); 7284int bytesTransferred = (int)castedAsyncResult.InternalWaitForCompletion();