1 instantiation of InterceptingChannelFactory
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingBindingElement.cs (1)
51
return new
InterceptingChannelFactory
<TChannel>(this.Interceptor, context);
4 references to InterceptingChannelFactory
Extensibility.MessageInterceptor.IntegrationTests (4)
InterceptingChannelFactory.cs (4)
118
public InterceptingOutputChannel(
InterceptingChannelFactory
<TChannel> factory, IOutputChannel innerChannel)
233
InterceptingChannelFactory
<TChannel> factory, IRequestChannel innerChannel)
357
InterceptingChannelFactory
<TChannel> factory, IOutputSessionChannel innerChannel)
377
InterceptingChannelFactory
<TChannel> factory, IRequestSessionChannel innerChannel)