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