1 type derived from ThrowingDuplexChannel
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
282private class ThrowingDuplexSessionChannel : ThrowingDuplexChannel, IDuplexSessionChannel
1 instantiation of ThrowingDuplexChannel
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
142return (TChannel)(object)new ThrowingDuplexChannel(this, _parent._exception, (IDuplexChannel)innerChannel);