2 references to ThrowingDuplexChannel
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ThrowingOnCloseBindingElement.cs (2)
142
return (TChannel)(object)new
ThrowingDuplexChannel
(this, _parent._exception, (IDuplexChannel)innerChannel);
286
public ThrowingDuplexSessionChannel(ChannelManagerBase manager, Exception exception, IDuplexSessionChannel innerChannel) :
base
(manager, exception, innerChannel)