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