1 write to AllowRetry
System.Net.Http (1)
System\Net\Http\HttpRequestException.cs (1)
69
AllowRetry
= allowRetry;
4 references to AllowRetry
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (3)
509
catch (HttpRequestException e) when (e.
AllowRetry
== RequestRetryType.RetryOnConnectionFailure)
532
catch (HttpRequestException e) when (e.
AllowRetry
== RequestRetryType.RetryOnLowerHttpVersion)
548
catch (HttpRequestException e) when (e.
AllowRetry
== RequestRetryType.RetryOnStreamLimitReached)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
437
catch (HttpRequestException ex) when (ex.
AllowRetry
!= RequestRetryType.NoRetry)