1 implementation of IRequestSessionChannel
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
231private class ThrowingRequestSessionChannel : ThrowingRequestChannel, IRequestSessionChannel
5 references to IRequestSessionChannel
System.ServiceModel (1)
netstandard.cs (1)
69[assembly: TypeForwardedTo(typeof(IRequestSessionChannel))]
System.ServiceModel.Primitives.Tests (4)
ServiceModel\ThrowingOnCloseBindingElement.cs (4)
148else if (typeof(TChannel) == typeof(IRequestSessionChannel)) 150return (TChannel)(object)new ThrowingRequestSessionChannel(this, _parent._exception, (IRequestSessionChannel)innerChannel); 233private readonly IRequestSessionChannel _innerSessionChannel; 236ThrowingChannelFactory<TChannel> factory, Exception exception, IRequestSessionChannel innerChannel)