2 writes to _credentials
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
103_credentials = _credentials,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
119_settings._credentials = value;
10 references to _credentials
System.Net.Http (10)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
365if (doRequestAuth && Settings._credentials != null) 367return AuthenticationHelper.SendWithRequestAuthAsync(request, async, Settings._credentials, Settings._preAuthenticate, this, cancellationToken); 385if (doRequestAuth && Settings._credentials != null) 387return AuthenticationHelper.SendWithNtConnectionAuthAsync(request, async, Settings._credentials, Settings._impersonationLevel, connection, this, cancellationToken);
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (2)
103_credentials = _credentials, 134_defaultCredentialsUsedForServer = _credentials == CredentialCache.DefaultCredentials,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (4)
115get => _settings._credentials; 523if (settings._credentials == null) 549(settings._credentials == null || settings._credentials is CredentialCache) ?