Implemented interface member:
property
IsCompleted
System.IAsyncResult.IsCompleted
9 references to IsCompleted
System (9)
net\System\Net\_FtpDataStream.cs (1)
225
if (!userResult.
IsCompleted
)
net\System\Net\_LazyAsyncResult.cs (1)
476
bool complete = snap ?
IsCompleted
: InternalPeekCompleted;
net\System\Net\_ListenerResponseStream.cs (1)
472
if (asyncState != null && !asyncState.
IsCompleted
)
net\System\Net\filewebrequest.cs (2)
527
if (readAResult != null && !readAResult.
IsCompleted
)
529
if (writeAResult != null && !writeAResult.
IsCompleted
)
net\System\Net\HttpWebRequest.cs (1)
4034
(HttpWriteMode == HttpWriteMode.None || _OldSubmitWriteStream != null || _WriteAResult == null || _WriteAResult.
IsCompleted
== true ?
net\System\Net\mail\Base64Stream.cs (2)
485
if (thisPtr.
IsCompleted
)
558
if (thisPtr.
IsCompleted
)
net\System\Net\mail\BufferedReadStream.cs (1)
268
if (thisPtr.
IsCompleted
)