7 references to IsSingleton
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
94if (!bindingElement.AuthenticationScheme.IsSingleton()) 540Contract.Assert(authScheme.IsSingleton(), "authenticationScheme used in an Http(s)ChannelFactory must be a singleton value.");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
482else if (!_authenticationScheme.IsSingleton())
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
222Fx.Assert(http.AuthenticationScheme.IsSingleton(), "authenticationScheme used in an Http(s)ChannelFactory must be a singleton value.");
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
65if (!authScheme.IsSingleton())
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy12.cs (1)
54Fx.Assert(httpsBinding.AuthenticationScheme.IsSingleton(), "authenticationScheme must be a singleton value for security-mode TransportWithMessageCredential.");
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
323if (!transport.AuthenticationScheme.IsSingleton())