3 references to ProxyTunnelError
System.Net.Http (3)
System\Net\Http\DiagnosticsHelper.cs (1)
94HttpRequestError.ProxyTunnelError => "proxy_tunnel_error",
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
797throw new HttpRequestException(HttpRequestError.ProxyTunnelError, SR.Format(SR.net_http_proxy_tunnel_returned_failure_status_code, _proxyUri, (int)tunnelResponse.StatusCode), statusCode: tunnelResponse.StatusCode); 824throw new HttpRequestException(HttpRequestError.ProxyTunnelError, SR.net_http_proxy_tunnel_error, e);