1 instantiation of PreAuthCredentialCache
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
240
_preAuthCredentials = new
PreAuthCredentialCache
();
2 references to PreAuthCredentialCache
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
62
private readonly
PreAuthCredentialCache
? _preAuthCredentials;
303
public
PreAuthCredentialCache
? PreAuthCredentials => _preAuthCredentials;