2 writes to _preAuthenticate
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
114_preAuthenticate = _preAuthenticate,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
109_settings._preAuthenticate = value;
4 references to _preAuthenticate
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
237if (_poolManager.Settings._preAuthenticate) 352return AuthenticationHelper.SendWithRequestAuthAsync(request, async, Settings._credentials, Settings._preAuthenticate, this, cancellationToken);
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
114_preAuthenticate = _preAuthenticate,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
105get => _settings._preAuthenticate;