1 write to _abortException
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1833
_abortException
= abortException;
11 references to _abortException
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (11)
261
throw new IOException(SR.net_http_http2_connection_not_established,
_abortException
?? e);
273
if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(
_abortException
)}={
_abortException
}");
1194
if (
_abortException
is not null)
1196
return Task.FromException(GetRequestAbortedException(
_abortException
));
1217
if (
_abortException
is not null)
1221
writeEntry.SetException(
_abortException
);
1600
if (
_abortException
is not null)
1602
throw GetRequestAbortedException(
_abortException
);
1827
if (
_abortException
is not null)
1849
s.OnReset(
_abortException
);