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