4 references to ProxyTunnel
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (3)
124
case HttpConnectionKind.
ProxyTunnel
:
347
if ((Kind is HttpConnectionKind.
ProxyTunnel
or HttpConnectionKind.SslProxyTunnel) &&
592
case HttpConnectionKind.
ProxyTunnel
:
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
278
return new HttpConnectionKey(HttpConnectionKind.
ProxyTunnel
, uri.IdnHost, uri.Port, null, proxyUri, identity);