Base:
method
CanBuildChannelFactory<TChannel>
System.ServiceModel.Channels.BindingElement.CanBuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext)
3 references to CanBuildChannelFactory
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (1)
191if (!CanBuildChannelFactory<TChannel>(context))
System.ServiceModel.Primitives.Tests (2)
Channels\TransactionFlowBindingElementTest.cs (2)
260Assert.Throws<ArgumentNullException>(() => bindingElement.CanBuildChannelFactory<IOutputChannel>(null)); 276Assert.Throws<ArgumentNullException>(() => bindingElement.CanBuildChannelFactory<IOutputChannel>(null));