2 writes to _preAuthenticate
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
116_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)
238if (_poolManager.Settings._preAuthenticate) 367return AuthenticationHelper.SendWithRequestAuthAsync(request, async, Settings._credentials, Settings._preAuthenticate, this, cancellationToken);
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
116_preAuthenticate = _preAuthenticate,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
105get => _settings._preAuthenticate;