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