1 instantiation of HttpConnectionPoolManager
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
559
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;
81
public HttpConnectionPool(
HttpConnectionPoolManager
poolManager, HttpConnectionKind kind, string? host, int port, string? sslHostName, Uri? proxyUri, string? telemetryServerAddress)
273
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)
116
var thisRef = new WeakReference<
HttpConnectionPoolManager
>(this);
120
var wr = (WeakReference<
HttpConnectionPoolManager
>)s!;
121
if (wr.TryGetTarget(out
HttpConnectionPoolManager
? thisRef))
141
var wr = (WeakReference<
HttpConnectionPoolManager
>)state!;
142
if (wr.TryGetTarget(out
HttpConnectionPoolManager
? manager) &&
167
/// called for every <see cref="HttpConnectionPool"/> in the <see cref="
HttpConnectionPoolManager
"/>.
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
559
HttpConnectionPoolManager
poolManager = new HttpConnectionPoolManager(settings);