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)
499catch (HttpRequestException e) when (e.AllowRetry == RequestRetryType.RetryOnConnectionFailure) 522catch (HttpRequestException e) when (e.AllowRetry == RequestRetryType.RetryOnLowerHttpVersion) 538catch (HttpRequestException e) when (e.AllowRetry == RequestRetryType.RetryOnSessionAuthenticationChallenge)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
439catch (HttpRequestException ex) when (ex.AllowRetry != RequestRetryType.NoRetry)