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