17 references to CanBuildChannelFactory
System.ServiceModel.Primitives (17)
System\ServiceModel\Channels\Binding.cs (1)
198return CanBuildChannelFactory<TChannel>(new BindingParameterCollection(parameters));
System\ServiceModel\Channels\ChannelBuilder.cs (1)
75return Binding.CanBuildChannelFactory<TChannel>(BindingParameters);
System\ServiceModel\Channels\ServiceChannelFactory.cs (15)
122if (type == typeof(IOutputChannel) && customBinding.CanBuildChannelFactory<IOutputChannel>(parameters)) 127if (type == typeof(IRequestChannel) && customBinding.CanBuildChannelFactory<IRequestChannel>(parameters)) 132if (type == typeof(IDuplexChannel) && customBinding.CanBuildChannelFactory<IDuplexChannel>(parameters)) 144if (type == typeof(IOutputSessionChannel) && customBinding.CanBuildChannelFactory<IOutputSessionChannel>(parameters)) 149if (type == typeof(IRequestSessionChannel) && customBinding.CanBuildChannelFactory<IRequestSessionChannel>(parameters)) 154if (type == typeof(IDuplexSessionChannel) && customBinding.CanBuildChannelFactory<IDuplexSessionChannel>(parameters)) 170if (type == typeof(IOutputChannel) && customBinding.CanBuildChannelFactory<IOutputSessionChannel>(parameters)) 175if (type == typeof(IRequestChannel) && customBinding.CanBuildChannelFactory<IRequestSessionChannel>(parameters)) 182if (type == typeof(IRequestSessionChannel) && customBinding.CanBuildChannelFactory<IRequestChannel>(parameters) 191if (customBinding.CanBuildChannelFactory<IOutputChannel>(parameters)) 195if (customBinding.CanBuildChannelFactory<IRequestChannel>(parameters)) 199if (customBinding.CanBuildChannelFactory<IDuplexChannel>(parameters)) 203if (customBinding.CanBuildChannelFactory<IOutputSessionChannel>(parameters)) 207if (customBinding.CanBuildChannelFactory<IRequestSessionChannel>(parameters)) 211if (customBinding.CanBuildChannelFactory<IDuplexSessionChannel>(parameters))