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