3 references to net_http_authconnectionfailure
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
2090throw new HttpRequestException(HttpRequestError.UserAuthenticationError, SR.net_http_authconnectionfailure, null, RequestRetryType.RetryOnSessionAuthenticationChallenge);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
2080throw new HttpRequestException(HttpRequestError.UserAuthenticationError, SR.net_http_authconnectionfailure); 2096throw new HttpRequestException(HttpRequestError.UserAuthenticationError, SR.net_http_authconnectionfailure);