10 references to Proxy
System.Net.Http (10)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
49if (!isProxyAuth && connection.Kind == HttpConnectionKind.Proxy && !ProxySupportsConnectionAuth(response))
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
95Debug.Assert(host is not null || (kind == HttpConnectionKind.Proxy && proxyUri is not null)); 125case HttpConnectionKind.Proxy: 307private bool DoProxyAuth => (_kind == HttpConnectionKind.Proxy || _kind == HttpConnectionKind.ProxyConnect); 608case HttpConnectionKind.Proxy:
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (3)
330if (Kind == HttpConnectionKind.Proxy) 352Debug.Assert(Kind != HttpConnectionKind.Proxy); 357Debug.Assert(Kind == HttpConnectionKind.Proxy);
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (2)
307return new HttpConnectionKey(HttpConnectionKind.Proxy, null, 0, null, proxyUri, identity); 341if (key.ProxyUri is not null && key.Kind == HttpConnectionKind.Proxy)