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