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