7 references to HttpProxyCredentialType
System.ServiceModel (1)
netstandard.cs (1)
165
[assembly: TypeForwardedTo(typeof(
HttpProxyCredentialType
))]
System.ServiceModel.Http.Tests (6)
ServiceModel\BasicHttpBindingTest.cs (6)
318
[InlineData(
HttpProxyCredentialType
.Basic, AuthenticationSchemes.Basic)]
319
[InlineData(
HttpProxyCredentialType
.Digest, AuthenticationSchemes.Digest)]
320
[InlineData(
HttpProxyCredentialType
.None, AuthenticationSchemes.Anonymous)]
321
[InlineData(
HttpProxyCredentialType
.Ntlm, AuthenticationSchemes.Ntlm)]
322
[InlineData(
HttpProxyCredentialType
.Windows, AuthenticationSchemes.Negotiate)]
323
public static void ProxyCredentialType_Propagates_To_TransportBindingElement(
HttpProxyCredentialType
credentialType, AuthenticationSchemes mappedAuthScheme)