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