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