1 instantiation of HttpConnectionPoolManager
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
519
HttpConnectionPoolManager poolManager = new
HttpConnectionPoolManager
(settings);
14 references to HttpConnectionPoolManager
System.Net.Http (14)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (3)
36
private readonly
HttpConnectionPoolManager
_poolManager;
76
public HttpConnectionPool(
HttpConnectionPoolManager
poolManager, HttpConnectionKind kind, string? host, int port, string? sslHostName, Uri? proxyUri)
262
private static SslClientAuthenticationOptions ConstructSslOptions(
HttpConnectionPoolManager
poolManager, string sslHostName)
System\Net\Http\SocketsHttpHandler\HttpAuthenticatedConnectionHandler.cs (2)
11
private readonly
HttpConnectionPoolManager
_poolManager;
13
public HttpAuthenticatedConnectionHandler(
HttpConnectionPoolManager
poolManager)
System\Net\Http\SocketsHttpHandler\HttpConnectionHandler.cs (2)
11
private readonly
HttpConnectionPoolManager
_poolManager;
13
public HttpConnectionHandler(
HttpConnectionPoolManager
poolManager)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (6)
99
var thisRef = new WeakReference<
HttpConnectionPoolManager
>(this);
103
var wr = (WeakReference<
HttpConnectionPoolManager
>)s!;
104
if (wr.TryGetTarget(out
HttpConnectionPoolManager
? thisRef))
118
var wr = (WeakReference<
HttpConnectionPoolManager
>)state!;
119
if (wr.TryGetTarget(out
HttpConnectionPoolManager
? thisRef))
142
/// called for every <see cref="HttpConnectionPool"/> in the <see cref="
HttpConnectionPoolManager
"/>.
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
519
HttpConnectionPoolManager
poolManager = new HttpConnectionPoolManager(settings);