1 write to _abortException
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1910
_abortException
= abortException;
11 references to _abortException
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (11)
268
throw new IOException(SR.net_http_http2_connection_not_established,
_abortException
?? e);
283
if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(
_abortException
)}={
_abortException
}");
1212
if (
_abortException
is not null)
1214
return Task.FromException(GetRequestAbortedException(
_abortException
));
1235
if (
_abortException
is not null)
1239
writeEntry.SetException(
_abortException
);
1655
if (
_abortException
is not null)
1657
throw GetRequestAbortedException(
_abortException
);
1904
if (
_abortException
is not null)
1926
s.OnReset(
_abortException
);