2 references to RetryOnLowerHttpVersion
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
521
catch (HttpRequestException e) when (e.AllowRetry == RequestRetryType.
RetryOnLowerHttpVersion
)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
300
throw new HttpRequestException(HttpRequestError.Unknown, SR.net_http_retry_on_older_version, ex, RequestRetryType.
RetryOnLowerHttpVersion
);