1 write to AllowRetry
System.Net.Http (1)
System\Net\Http\HttpRequestException.cs (1)
69
AllowRetry
= allowRetry;
3 references to AllowRetry
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
498
catch (HttpRequestException e) when (e.
AllowRetry
== RequestRetryType.RetryOnConnectionFailure)
521
catch (HttpRequestException e) when (e.
AllowRetry
== RequestRetryType.RetryOnLowerHttpVersion)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
439
catch (HttpRequestException ex) when (ex.
AllowRetry
!= RequestRetryType.NoRetry)