1 instantiation of HttpConnectionPoolManager
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
523
HttpConnectionPoolManager poolManager = new
HttpConnectionPoolManager
(settings);
12 references to HttpConnectionPoolManager
System.Net.Http (12)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (3)
35
private readonly
HttpConnectionPoolManager
_poolManager;
75
public HttpConnectionPool(
HttpConnectionPoolManager
poolManager, HttpConnectionKind kind, string? host, int port, string? sslHostName, Uri? proxyUri)
261
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)
102
var thisRef = new WeakReference<
HttpConnectionPoolManager
>(this);
106
var wr = (WeakReference<
HttpConnectionPoolManager
>)s!;
107
if (wr.TryGetTarget(out
HttpConnectionPoolManager
? thisRef))
121
var wr = (WeakReference<
HttpConnectionPoolManager
>)state!;
122
if (wr.TryGetTarget(out
HttpConnectionPoolManager
? thisRef))
145
/// called for every <see cref="HttpConnectionPool"/> in the <see cref="
HttpConnectionPoolManager
"/>.
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
523
HttpConnectionPoolManager
poolManager = new HttpConnectionPoolManager(settings);