1 instantiation of AuthenticationChallenge
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (1)
102challenge = new AuthenticationChallenge(authenticationType, scheme, credential, challengeData);
4 references to AuthenticationChallenge
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (3)
81HttpHeaderValueCollection<AuthenticationHeaderValue> authenticationHeaderValues, out AuthenticationChallenge challenge) 110private static bool TryGetAuthenticationChallenge(HttpResponseMessage response, bool isProxyAuth, Uri authUri, ICredentials credentials, out AuthenticationChallenge challenge) 243if (TryGetAuthenticationChallenge(response, isProxyAuth, authUri, credentials, out AuthenticationChallenge challenge))
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
89if (TryGetAuthenticationChallenge(response, isProxyAuth, authUri, credentials, out AuthenticationChallenge challenge))