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