2 references to ThrowingOutputChannel
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ThrowingOnCloseBindingElement.cs (2)
134
return (TChannel)(object)new
ThrowingOutputChannel
(this, _parent._exception, (IOutputChannel)innerChannel);
224
:
base
(factory, exception, innerChannel)