4 references to Kind
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
79
if (!isProxyAuth && connection.
Kind
== HttpConnectionKind.Proxy && !ProxySupportsConnectionAuth(response))
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (3)
329
if (
Kind
== HttpConnectionKind.Proxy)
351
Debug.Assert(
Kind
!= HttpConnectionKind.Proxy);
356
Debug.Assert(
Kind
== HttpConnectionKind.Proxy);