9 references to Proxy
System.Net.Http (9)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
79if (!isProxyAuth && connection.Kind == HttpConnectionKind.Proxy && !ProxySupportsConnectionAuth(response))
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
84Debug.Assert(host is not null || (kind == HttpConnectionKind.Proxy && proxyUri is not null)); 112case HttpConnectionKind.Proxy: 301private bool DoProxyAuth => (_kind == HttpConnectionKind.Proxy || _kind == HttpConnectionKind.ProxyConnect); 582case HttpConnectionKind.Proxy:
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (3)
293if (Kind == HttpConnectionKind.Proxy) 315Debug.Assert(Kind != HttpConnectionKind.Proxy); 320Debug.Assert(Kind == HttpConnectionKind.Proxy);
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
311return new HttpConnectionKey(HttpConnectionKind.Proxy, null, 0, null, proxyUri, identity);