1 write to _abortException
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1826
_abortException
= abortException;
10 references to _abortException
System.Net.Http (10)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (10)
266
if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(
_abortException
)}={
_abortException
}");
1187
if (
_abortException
is not null)
1189
return Task.FromException(GetRequestAbortedException(
_abortException
));
1210
if (
_abortException
is not null)
1214
writeEntry.SetException(
_abortException
);
1593
if (
_abortException
is not null)
1595
throw GetRequestAbortedException(
_abortException
);
1820
if (
_abortException
is not null)
1842
s.OnReset(
_abortException
);