1 write to _preAuthCredentials
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
240
_preAuthCredentials
= new PreAuthCredentialCache();
1 reference to _preAuthCredentials
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
303
public PreAuthCredentialCache? PreAuthCredentials =>
_preAuthCredentials
;