2 references to RetryOnSessionAuthenticationChallenge
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
538
catch (HttpRequestException e) when (e.AllowRetry == RequestRetryType.
RetryOnSessionAuthenticationChallenge
)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
2090
throw new HttpRequestException(HttpRequestError.UserAuthenticationError, SR.net_http_authconnectionfailure, null, RequestRetryType.
RetryOnSessionAuthenticationChallenge
);