6 references to AuthenticationHelper
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
359
return
AuthenticationHelper
.SendWithRequestAuthAsync(request, async, Settings._credentials, Settings._preAuthenticate, this, cancellationToken);
369
return
AuthenticationHelper
.SendWithProxyAuthAsync(request, _proxyUri!, async, ProxyCredentials, doRequestAuth, this, cancellationToken);
379
return
AuthenticationHelper
.SendWithNtConnectionAuthAsync(request, async, Settings._credentials, Settings._impersonationLevel, connection, this, cancellationToken);
389
return
AuthenticationHelper
.SendWithNtProxyAuthAsync(request, ProxyUri!, async, ProxyCredentials, HttpHandlerDefaults.DefaultImpersonationLevel, connection, this, cancellationToken);
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
2071
if (
AuthenticationHelper
.IsSessionAuthenticationChallenge(response))
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
730
!
AuthenticationHelper
.IsSessionAuthenticationChallenge(response))