10 references to IsSingleton
System.ServiceModel (10)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
128if (!bindingElement.AuthenticationScheme.IsSingleton()) 623Fx.Assert(authScheme.IsSingleton(), "authenticationScheme used in an Http(s)ChannelFactory must be a singleton value."); 2125if (!authenticationScheme.IsSingleton())
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
329if (!value.IsSingleton()) 590else if (!this.authenticationScheme.IsSingleton()) 623if (!hostSupportedAuthenticationSchemes.IsSingleton() &&
System\ServiceModel\HttpBindingBase.cs (1)
277Fx.Assert(http.AuthenticationScheme.IsSingleton(), "authenticationScheme used in an Http(s)ChannelFactory must be a singleton value.");
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
338if (!authScheme.IsSingleton())
System\ServiceModel\Security\WSSecurityPolicy12.cs (1)
54Fx.Assert(httpsBinding.AuthenticationScheme.IsSingleton(), "authenticationScheme must be a singleton value for security-mode TransportWithMessageCredential.");
System\ServiceModel\WSHttpBindingBase.cs (1)
365if (!transport.AuthenticationScheme.IsSingleton())