1 instantiation of ThrowingChannelFactory
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
29return new ThrowingChannelFactory<TChannel>(this, base.BuildChannelFactory<TChannel>(context));
4 references to ThrowingChannelFactory
System.ServiceModel.Primitives.Tests (4)
ServiceModel\ThrowingOnCloseBindingElement.cs (4)
186public ThrowingOutputChannel(ThrowingChannelFactory<TChannel> factory, Exception exception, IOutputChannel innerChannel) 203public ThrowingRequestChannel(ThrowingChannelFactory<TChannel> factory, Exception exception, IRequestChannel innerChannel) 223ThrowingChannelFactory<TChannel> factory, Exception exception, IOutputSessionChannel innerChannel) 236ThrowingChannelFactory<TChannel> factory, Exception exception, IRequestSessionChannel innerChannel)