6 references to SslProxyTunnel
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
139
case HttpConnectionKind.
SslProxyTunnel
:
294
public bool IsSecure => _kind == HttpConnectionKind.Https || _kind == HttpConnectionKind.
SslProxyTunnel
|| _kind == HttpConnectionKind.SslSocksTunnel;
352
if ((Kind is HttpConnectionKind.ProxyTunnel or HttpConnectionKind.
SslProxyTunnel
) &&
601
case HttpConnectionKind.
SslProxyTunnel
:
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
67
Debug.Assert(_kind is HttpConnectionKind.Https or HttpConnectionKind.
SslProxyTunnel
or HttpConnectionKind.Http or HttpConnectionKind.ProxyTunnel or HttpConnectionKind.SocksTunnel or HttpConnectionKind.SslSocksTunnel);
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
295
return new HttpConnectionKey(HttpConnectionKind.
SslProxyTunnel
, uri.IdnHost, uri.Port, sslHostName, proxyUri, identity);