34 references to CanBuildInnerChannelFactory
Extensibility.MessageEncoder.IntegrationTests (1)
CustomTextMessageBindingElement.cs (1)
134return context.CanBuildInnerChannelFactory<TChannel>();
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingBindingElement.cs (1)
46return context.CanBuildInnerChannelFactory<TChannel>();
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
86return context.CanBuildInnerChannelFactory<TChannel>();
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
59return context.CanBuildInnerChannelFactory<TChannel>();
System.ServiceModel.Primitives (29)
System\ServiceModel\Channels\Binding.cs (1)
204return context.CanBuildInnerChannelFactory<TChannel>();
System\ServiceModel\Channels\BindingElement.cs (1)
39return context.CanBuildInnerChannelFactory<TChannel>();
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
126return context.CanBuildInnerChannelFactory<TChannel>();
System\ServiceModel\Channels\MessageEncodingBindingElement.cs (1)
46return context.CanBuildInnerChannelFactory<TChannel>();
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (16)
289if (context.CanBuildInnerChannelFactory<IRequestSessionChannel>()) 295else if (context.CanBuildInnerChannelFactory<IRequestChannel>()) 301else if (context.CanBuildInnerChannelFactory<IDuplexSessionChannel>()) 307else if (context.CanBuildInnerChannelFactory<IDuplexChannel>()) 316if (context.CanBuildInnerChannelFactory<IDuplexSessionChannel>()) 322else if (context.CanBuildInnerChannelFactory<IDuplexChannel>()) 331if (context.CanBuildInnerChannelFactory<IRequestSessionChannel>()) 337else if (context.CanBuildInnerChannelFactory<IRequestChannel>()) 355return context.CanBuildInnerChannelFactory<IRequestSessionChannel>() 356|| context.CanBuildInnerChannelFactory<IRequestChannel>() 357|| context.CanBuildInnerChannelFactory<IDuplexSessionChannel>() 358|| context.CanBuildInnerChannelFactory<IDuplexChannel>(); 362return context.CanBuildInnerChannelFactory<IDuplexSessionChannel>() 363|| context.CanBuildInnerChannelFactory<IDuplexChannel>(); 367return context.CanBuildInnerChannelFactory<IRequestSessionChannel>() 368|| context.CanBuildInnerChannelFactory<IRequestChannel>();
System\ServiceModel\Channels\SecurityBindingElement.cs (9)
374if (!context.CanBuildInnerChannelFactory<TChannel>()) 386if (!(context.CanBuildInnerChannelFactory<IRequestChannel>() 387|| context.CanBuildInnerChannelFactory<IRequestSessionChannel>() 388|| context.CanBuildInnerChannelFactory<IDuplexChannel>() 389|| context.CanBuildInnerChannelFactory<IDuplexSessionChannel>())) 396return (context.CanBuildInnerChannelFactory<IRequestChannel>() || context.CanBuildInnerChannelFactory<IRequestSessionChannel>()); 400return (context.CanBuildInnerChannelFactory<IDuplexChannel>() || context.CanBuildInnerChannelFactory<IDuplexSessionChannel>());
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixPosixIdentityBindingElement.cs (1)
42return context.CanBuildInnerChannelFactory<TChannel>();