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