1 type derived from InterceptingOutputChannel
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
352class InterceptingOutputSessionChannel : InterceptingOutputChannel, IOutputSessionChannel
1 instantiation of InterceptingOutputChannel
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
88return (TChannel)(object)new InterceptingOutputChannel(this, (IOutputChannel)innerChannel);