4 references to Windows
System.ServiceModel.Http (3)
System\ServiceModel\HttpProxyCredentialType.cs (3)
27value == HttpProxyCredentialType.Windows); 47case HttpProxyCredentialType.Windows: 75result = HttpProxyCredentialType.Windows;
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpBindingTest.cs (1)
322[InlineData(HttpProxyCredentialType.Windows, AuthenticationSchemes.Negotiate)]