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