Base:
method
BuildChannelFactory<TChannel>
System.ServiceModel.Channels.BindingElement.BuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext)
3 references to BuildChannelFactory
System.ServiceModel.Primitives.Tests (3)
Channels\TransactionFlowBindingElementTest.cs (3)
286
Assert.ThrowsAny<ArgumentException>(() => bindingElement.
BuildChannelFactory
<IOutputChannel>(null));
293
Assert.ThrowsAny<ArgumentException>(() => bindingElement.
BuildChannelFactory
<IOutputChannel>(null));
300
Assert.ThrowsAny<ArgumentException>(() => bindingElement.
BuildChannelFactory
<IOutputChannel>(null));