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)
286Assert.ThrowsAny<ArgumentException>(() => bindingElement.BuildChannelFactory<IOutputChannel>(null)); 293Assert.ThrowsAny<ArgumentException>(() => bindingElement.BuildChannelFactory<IOutputChannel>(null)); 300Assert.ThrowsAny<ArgumentException>(() => bindingElement.BuildChannelFactory<IOutputChannel>(null));