14 references to Aborted
System (14)
net\System\Net\_Connection.cs (1)
607
if (request.
Aborted
)
net\System\Net\_ConnectionGroup.cs (3)
226
if (!request.
Aborted
) {
408
if (!request.
Aborted
)
413
if (request.
Aborted
)
net\System\Net\_ConnectStream.cs (6)
914
if (m_Request.
Aborted
&& !IgnoreSocketErrors) {
1017
if (m_Request.
Aborted
&& (exception is IOException || exception is ObjectDisposedException)) {
1120
if (m_Request.
Aborted
&& (exception is IOException || exception is ObjectDisposedException)) {
1328
if (exception is IOException && m_Request.
Aborted
) {
1396
if (m_Request.
Aborted
) {
1665
if (m_Request.
Aborted
) {
net\System\Net\HttpWebRequest.cs (4)
1590
while (
Aborted
&& !_WriteAResult.InternalPeekCompleted)
1741
if (!
Aborted
)
2254
while (!Async &&
Aborted
&& !_ReadAResult.InternalPeekCompleted)
6024
if (!
Aborted
&& Async)