2 references to InterceptingOutputChannel
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingChannelFactory.cs (2)
88
return (TChannel)(object)new
InterceptingOutputChannel
(this, (IOutputChannel)innerChannel);
358
:
base
(factory, innerChannel)