1 instantiation of HttpConnectionPoolManager
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
595
HttpConnectionPoolManager poolManager = new
HttpConnectionPoolManager
(settings);
12 references to HttpConnectionPoolManager
System.Net.Http (12)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (3)
36
private readonly
HttpConnectionPoolManager
_poolManager;
84
public HttpConnectionPool(
HttpConnectionPoolManager
poolManager, HttpConnectionKind kind, string? host, int port, string? sslHostName, Uri? proxyUri, string? telemetryServerAddress)
277
private static SslClientAuthenticationOptions ConstructSslOptions(
HttpConnectionPoolManager
poolManager, string sslHostName)
System\Net\Http\SocketsHttpHandler\HttpConnectionHandler.cs (2)
11
private readonly
HttpConnectionPoolManager
_poolManager;
14
public HttpConnectionHandler(
HttpConnectionPoolManager
poolManager, bool doRequestAuth)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (6)
114
var thisRef = new WeakReference<
HttpConnectionPoolManager
>(this);
118
var wr = (WeakReference<
HttpConnectionPoolManager
>)s!;
119
if (wr.TryGetTarget(out
HttpConnectionPoolManager
? thisRef))
139
var wr = (WeakReference<
HttpConnectionPoolManager
>)state!;
140
if (wr.TryGetTarget(out
HttpConnectionPoolManager
? manager) &&
164
/// called for every <see cref="HttpConnectionPool"/> in the <see cref="
HttpConnectionPoolManager
"/>.
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
595
HttpConnectionPoolManager
poolManager = new HttpConnectionPoolManager(settings);