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)
191
if (!
CanBuildChannelFactory
<TChannel>(context))
System.ServiceModel.Primitives.Tests (2)
Channels\TransactionFlowBindingElementTest.cs (2)
260
Assert.Throws<ArgumentNullException>(() => bindingElement.
CanBuildChannelFactory
<IOutputChannel>(null));
276
Assert.Throws<ArgumentNullException>(() => bindingElement.
CanBuildChannelFactory
<IOutputChannel>(null));