1 type derived from ThrowingOutputChannel
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
218private class ThrowingOutputSessionChannel : ThrowingOutputChannel, IOutputSessionChannel
1 instantiation of ThrowingOutputChannel
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
134return (TChannel)(object)new ThrowingOutputChannel(this, _parent._exception, (IOutputChannel)innerChannel);