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