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