1 write to _impersonationLevel
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
136
_impersonationLevel
= _impersonationLevel,
2 references to _impersonationLevel
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
387
return AuthenticationHelper.SendWithNtConnectionAuthAsync(request, async, Settings._credentials, Settings.
_impersonationLevel
, connection, this, cancellationToken);
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
136
_impersonationLevel =
_impersonationLevel
,