1 type derived from ThrowingRequestChannel
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
231private class ThrowingRequestSessionChannel : ThrowingRequestChannel, IRequestSessionChannel
1 instantiation of ThrowingRequestChannel
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
138return (TChannel)(object)new ThrowingRequestChannel(this, _parent._exception, (IRequestChannel)innerChannel);