3 references to SetRequestAuthenticationHeaderValue
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (2)
184SetRequestAuthenticationHeaderValue(request, new AuthenticationHeaderValue(BasicScheme, base64AuthString), isProxyAuth); 202SetRequestAuthenticationHeaderValue(request, headerValue, isProxyAuth);
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
198SetRequestAuthenticationHeaderValue(request, new AuthenticationHeaderValue(challenge.SchemeName, challengeResponse), isProxyAuth);