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