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