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)
238
if (_poolManager.Settings.
_preAuthenticate
)
367
return 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)
105
get => _settings.
_preAuthenticate
;