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