3 references to NoRetry
System.Net.Http (3)
System\Net\Http\HttpRequestException.cs (1)
8internal RequestRetryType AllowRetry { get; } = RequestRetryType.NoRetry;
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
933mappedException = new HttpRequestException(error, SR.net_http_client_execution_error, ioe, _canRetry ? RequestRetryType.RetryOnConnectionFailure : RequestRetryType.NoRetry);
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
437catch (HttpRequestException ex) when (ex.AllowRetry != RequestRetryType.NoRetry)