3 references to ProxyTunnelError
System.Net.Http (3)
System\Net\Http\Metrics\MetricsHandler.cs (1)
166HttpRequestError.ProxyTunnelError => "proxy_tunnel_error",
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
774throw new HttpRequestException(HttpRequestError.ProxyTunnelError, SR.Format(SR.net_http_proxy_tunnel_returned_failure_status_code, _proxyUri, (int)tunnelResponse.StatusCode)); 801throw new HttpRequestException(HttpRequestError.ProxyTunnelError, SR.net_http_proxy_tunnel_error, e);