1 implementation of IRequestSessionChannel
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
231
private 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)
148
else if (typeof(TChannel) == typeof(
IRequestSessionChannel
))
150
return (TChannel)(object)new ThrowingRequestSessionChannel(this, _parent._exception, (
IRequestSessionChannel
)innerChannel);
233
private readonly
IRequestSessionChannel
_innerSessionChannel;
236
ThrowingChannelFactory<TChannel> factory, Exception exception,
IRequestSessionChannel
innerChannel)