1 implementation of IOutputSessionChannel
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
218
private class ThrowingOutputSessionChannel : ThrowingOutputChannel,
IOutputSessionChannel
5 references to IOutputSessionChannel
System.ServiceModel (1)
netstandard.cs (1)
67
[assembly: TypeForwardedTo(typeof(
IOutputSessionChannel
))]
System.ServiceModel.Primitives.Tests (4)
ServiceModel\ThrowingOnCloseBindingElement.cs (4)
144
else if (typeof(TChannel) == typeof(
IOutputSessionChannel
))
146
return (TChannel)(object)new ThrowingOutputSessionChannel(this, _parent._exception, (
IOutputSessionChannel
)innerChannel);
220
private readonly
IOutputSessionChannel
_innerSessionChannel;
223
ThrowingChannelFactory<TChannel> factory, Exception exception,
IOutputSessionChannel
innerChannel)