2 references to ThrowingRequestChannel
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ThrowingOnCloseBindingElement.cs (2)
138
return (TChannel)(object)new
ThrowingRequestChannel
(this, _parent._exception, (IRequestChannel)innerChannel);
237
:
base
(factory, exception, innerChannel)