7 references to IsSingleton
System.ServiceModel.Http (6)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
87if (!bindingElement.AuthenticationScheme.IsSingleton() && bindingElement.AuthenticationScheme != AuthenticationSchemes.IntegratedWindowsAuthentication) 635Fx.Assert(authScheme.IsSingleton() || authScheme == AuthenticationSchemes.IntegratedWindowsAuthentication, "authenticationScheme used in an Http(s)ChannelFactory must be a singleton value."); 1372if (!authenticationScheme.IsSingleton() && authenticationScheme != AuthenticationSchemes.IntegratedWindowsAuthentication)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
173if (!value.IsSingleton()) 345else if (!AuthenticationScheme.IsSingleton() && AuthenticationScheme != AuthenticationSchemes.IntegratedWindowsAuthentication)
System\ServiceModel\HttpBindingBase.cs (1)
228Fx.Assert(http.AuthenticationScheme.IsSingleton(), "authenticationScheme used in an Http(s)ChannelFactory must be a singleton value.");
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
55if (!authScheme.IsSingleton() && authScheme != AuthenticationSchemes.IntegratedWindowsAuthentication)