1 implementation of IOutputSessionChannel
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
218private 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)
144else if (typeof(TChannel) == typeof(IOutputSessionChannel)) 146return (TChannel)(object)new ThrowingOutputSessionChannel(this, _parent._exception, (IOutputSessionChannel)innerChannel); 220private readonly IOutputSessionChannel _innerSessionChannel; 223ThrowingChannelFactory<TChannel> factory, Exception exception, IOutputSessionChannel innerChannel)