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