4 references to Interceptor
Extensibility.MessageInterceptor.IntegrationTests (4)
InterceptingChannelFactory.cs (4)
96return (TChannel)(object)new InterceptingDuplexChannel(this, Interceptor, (IDuplexChannel)innerChannel); 109return (TChannel)(object)new InterceptingDuplexSessionChannel(this, Interceptor, (IDuplexSessionChannel)innerChannel); 119: base(factory, factory.Interceptor, innerChannel) 234: base(factory, factory.Interceptor, innerChannel)